#29896F

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

Shades of Elf Green #29896F

Tints of Elf Green #29896F

Color information

#29896F (or 0x29896F) is unknown color: approx Elf Green. HEX triplet: 29, 89 and 6F. RGB value is (41,137,111). Sum of RGB (Red+Green+Blue) = 41+137+111=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #29896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29896F is #D67690. Grayscale: #696969. Windows color (decimal): -14055057 or 7309609. OLE color: 7309609.

HSL color Cylindrical-coordinate representation of color #29896F: hue angle of 163.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29896F is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB41137111-
CMYK0.7000.190.46
HSL163.75º53.93%34.9%-
HSV(B)163.75º70.07%53.73%-
XYZ12.7319.5118.13-
YUV105.33131.282.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=14.19%
G=47.40%
B=38.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411371110.7000.190.46163.7553.9334.9
Hex29896F460132Ea43623
Octal51211157106023562446643
Binary101001100010011101111100011001001110111010100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29896F; }

 p { color: rgb(41,137,111); }

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

<style>
 a { background-color: #29896F; }

 a { background-color: rgb(41,137,111); }

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

<style>
 span { border-color: #29896F; }

 span { border-color: rgb(41,137,111); }

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