#29916D

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

Shades of Elf Green #29916D

Tints of Elf Green #29916D

Color information

#29916D (or 0x29916D) is unknown color: approx Elf Green. HEX triplet: 29, 91 and 6D. RGB value is (41,145,109). Sum of RGB (Red+Green+Blue) = 41+145+109=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #29916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29916D is #D66E92. Grayscale: #6D6D6D. Windows color (decimal): -14053011 or 7180585. OLE color: 7180585.

HSL color Cylindrical-coordinate representation of color #29916D: hue angle of 159.23º 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 #29916D is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB41145109-
CMYK0.7200.250.43
HSL159.23º55.91%36.47%-
HSV(B)159.23º71.72%56.86%-
XYZ13.821.8317.95-
YUV109.8127.5478.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=13.90%
G=49.15%
B=36.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451090.7200.250.43159.2355.9136.47
Hex29916D480192B9f3824
Octal51221155110031532377044
Binary101001100100011101101100100001100110101110011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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