#1D8970

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

Shades of Elf Green #1D8970

Tints of Elf Green #1D8970

Color information

#1D8970 (or 0x1D8970) is unknown color: approx Elf Green. HEX triplet: 1D, 89 and 70. RGB value is (29,137,112). Sum of RGB (Red+Green+Blue) = 29+137+112=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8970 is #E2768F. Grayscale: #656565. Windows color (decimal): -14841488 or 7375133. OLE color: 7375133.

HSL color Cylindrical-coordinate representation of color #1D8970: hue angle of 166.11º 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 #1D8970 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB29137112-
CMYK0.7900.180.46
HSL166.11º65.06%32.55%-
HSV(B)166.11º78.83%53.73%-
XYZ12.3819.3218.41-
YUV101.86133.7276.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.43%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=10.43%
G=49.28%
B=40.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal291371120.7900.180.46166.1165.0632.55
Hex1D89704F0122Ea64121
Octal352111601170225624610141
Binary111011000100111100001001111010010101110101001101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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