#1D966A

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

Shades of Elf Green #1D966A

Tints of Elf Green #1D966A

Color information

#1D966A (or 0x1D966A) is unknown color: approx Elf Green. HEX triplet: 1D, 96 and 6A. RGB value is (29,150,106). Sum of RGB (Red+Green+Blue) = 29+150+106=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #1D966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D966A is #E26995. Grayscale: #6C6C6C. Windows color (decimal): -14838166 or 6985245. OLE color: 6985245.

HSL color Cylindrical-coordinate representation of color #1D966A: hue angle of 158.18º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D966A is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB29150106-
CMYK0.8100.290.41
HSL158.18º67.6%35.1%-
HSV(B)158.18º80.67%58.82%-
XYZ14.0123.1117.36-
YUV108.8126.4171.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.18%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=10.18%
G=52.63%
B=37.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal291501060.8100.290.41158.1867.635.1
Hex1D966A5101D299e4423
Octal352261521210355123610443
Binary111011001011011010101010001011101101001100111101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,150,106); }

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

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

 a { background-color: rgb(29,150,106); }

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

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

 span { border-color: rgb(29,150,106); }

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