#1D966E

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

Shades of Elf Green #1D966E

Tints of Elf Green #1D966E

Color information

#1D966E (or 0x1D966E) is unknown color: approx Elf Green. HEX triplet: 1D, 96 and 6E. RGB value is (29,150,110). Sum of RGB (Red+Green+Blue) = 29+150+110=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #1D966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D966E is #E26991. Grayscale: #6D6D6D. Windows color (decimal): -14838162 or 7247389. OLE color: 7247389.

HSL color Cylindrical-coordinate representation of color #1D966E: hue angle of 160.17º 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 #1D966E is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB29150110-
CMYK0.8100.270.41
HSL160.17º67.6%35.1%-
HSV(B)160.17º80.67%58.82%-
XYZ14.2323.218.48-
YUV109.26128.4170.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.03%
GREEN value IS 150 (58.98% from 255) = 51.90%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=10.03%
G=51.90%
B=38.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal291501100.8100.270.41160.1767.635.1
Hex1D966E5101B29a04423
Octal352261561210335124010443
Binary111011001011011011101010001011011101001101000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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