#1D8971

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

Shades of Elf Green #1D8971

Tints of Elf Green #1D8971

Color information

#1D8971 (or 0x1D8971) is unknown color: approx Elf Green. HEX triplet: 1D, 89 and 71. RGB value is (29,137,113). Sum of RGB (Red+Green+Blue) = 29+137+113=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8971 is #E2768E. Grayscale: #656565. Windows color (decimal): -14841487 or 7440669. OLE color: 7440669.

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

Color convert

RGB29137113-
CMYK0.7900.180.46
HSL166.67º65.06%32.55%-
HSV(B)166.67º78.83%53.73%-
XYZ12.4319.3418.7-
YUV101.97134.2275.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.39%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=10.39%
G=49.10%
B=40.50%

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
Decimal291371130.7900.180.46166.6765.0632.55
Hex1D89714F0122Ea74121
Octal352111611170225624710141
Binary111011000100111100011001111010010101110101001111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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