#29896E

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

Shades of Elf Green #29896E

Tints of Elf Green #29896E

Color information

#29896E (or 0x29896E) is unknown color: approx Elf Green. HEX triplet: 29, 89 and 6E. RGB value is (41,137,110). Sum of RGB (Red+Green+Blue) = 41+137+110=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #29896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29896E is #D67691. Grayscale: #696969. Windows color (decimal): -14055058 or 7244073. OLE color: 7244073.

HSL color Cylindrical-coordinate representation of color #29896E: hue angle of 163.12º 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 #29896E is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB41137110-
CMYK0.7000.200.46
HSL163.12º53.93%34.9%-
HSV(B)163.12º70.07%53.73%-
XYZ12.6719.4917.85-
YUV105.22130.782.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=14.24%
G=47.57%
B=38.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411371100.7000.200.46163.1253.9334.9
Hex29896E460142Ea33623
Octal51211156106024562436643
Binary101001100010011101110100011001010010111010100011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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