#29916E

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

Shades of Elf Green #29916E

Tints of Elf Green #29916E

Color information

#29916E (or 0x29916E) is unknown color: approx Elf Green. HEX triplet: 29, 91 and 6E. RGB value is (41,145,110). Sum of RGB (Red+Green+Blue) = 41+145+110=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #29916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29916E is #D66E91. Grayscale: #6D6D6D. Windows color (decimal): -14053010 or 7246121. OLE color: 7246121.

HSL color Cylindrical-coordinate representation of color #29916E: hue angle of 159.81º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29916E is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB41145110-
CMYK0.7200.240.43
HSL159.81º55.91%36.47%-
HSV(B)159.81º71.72%56.86%-
XYZ13.8521.8518.24-
YUV109.91128.0478.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 145 (57.03% from 255) = 48.99%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=13.85%
G=48.99%
B=37.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451100.7200.240.43159.8155.9136.47
Hex29916E480182Ba03824
Octal51221156110030532407044
Binary101001100100011101110100100001100010101110100000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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