#1D996F

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

Shades of Elf Green #1D996F

Tints of Elf Green #1D996F

Color information

#1D996F (or 0x1D996F) is unknown color: approx Elf Green. HEX triplet: 1D, 99 and 6F. RGB value is (29,153,111). Sum of RGB (Red+Green+Blue) = 29+153+111=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #1D996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D996F is #E26690. Grayscale: #6F6F6F. Windows color (decimal): -14837393 or 7313693. OLE color: 7313693.

HSL color Cylindrical-coordinate representation of color #1D996F: hue angle of 159.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D996F is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB29153111-
CMYK0.8100.270.4
HSL159.68º68.13%35.69%-
HSV(B)159.68º81.05%60%-
XYZ14.7724.1918.93-
YUV111.14127.9269.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.90%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=9.90%
G=52.22%
B=37.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal291531110.8100.270.4159.6868.1335.69
Hex1D996F5101B28a04424
Octal352311571210335024010444
Binary111011001100111011111010001011011101000101000001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,153,111); }

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

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

 a { background-color: rgb(29,153,111); }

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

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

 span { border-color: rgb(29,153,111); }

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