#1d8f5f

Color #1D8F5F Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1D8F5F

Tints of Elf Green #1D8F5F

Color information

#1D8F5F (or 0x1D8F5F) is unknown color: approx Elf Green. HEX triplet: 1D, 8F and 5F. RGB value is (29,143,95). Sum of RGB (Red+Green+Blue) = 29+143+95=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #1D8F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8F5F is #E270A0. Grayscale: #676767. Windows color (decimal): -14839969 or 6262557. OLE color: 6262557.

HSL color Cylindrical-coordinate representation of color #1D8F5F: hue angle of 154.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8F5F is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB2914395-
CMYK0.8000.340.44
HSL154.74º66.28%33.73%-
HSV(B)154.74º79.72%56.08%-
XYZ12.3920.7314.17-
YUV103.44123.2374.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 10.86%
GREEN value IS 143 (56.25% from 255) = 53.56%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=10.86%
G=53.56%
B=35.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29143950.8000.340.44154.7466.2833.73
Hex1D8F5F500222C9b4222
Octal352171371200425423310242
Binary1110110001111101111110100000100010101100100110111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d8f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1d8f5f; }

 p { color: rgb(29,143,95); }

 H1.HeaderClassName
 {
   color: #1d8f5f;
 }
 .AnyTagClassName
 {
   color: #1d8f5f;
 }
</style>
background-color css

<style>
 a { background-color: #1d8f5f; }

 a { background-color: rgb(29,143,95); }

 div.DivClassName
 {
   background-color: #1d8f5f;
 }
 .BgClassName
 {
   background-color: #1d8f5f;
 }
</style>
border-color css

<style>
 span { border-color: #1d8f5f; }

 span { border-color: rgb(29,143,95); }

 td.TdClassName
 {
   border-color: #1d8f5f;
 }
 .TagClassName
 {
   border-color: #1d8f5f;
 }
</style>