#1D8972

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

Shades of Elf Green #1D8972

Tints of Elf Green #1D8972

Color information

#1D8972 (or 0x1D8972) is unknown color: approx Elf Green. HEX triplet: 1D, 89 and 72. RGB value is (29,137,114). Sum of RGB (Red+Green+Blue) = 29+137+114=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8972 is #E2768D. Grayscale: #666666. Windows color (decimal): -14841486 or 7506205. OLE color: 7506205.

HSL color Cylindrical-coordinate representation of color #1D8972: hue angle of 167.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8972 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB29137114-
CMYK0.7900.170.46
HSL167.22º65.06%32.55%-
HSV(B)167.22º78.83%53.73%-
XYZ12.4919.3719-
YUV102.09134.7275.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.36%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=10.36%
G=48.93%
B=40.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal291371140.7900.170.46167.2265.0632.55
Hex1D89724F0112Ea74121
Octal352111621170215624710141
Binary111011000100111100101001111010001101110101001111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,137,114); }

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

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

 a { background-color: rgb(29,137,114); }

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

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

 span { border-color: rgb(29,137,114); }

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