#29956D

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

Shades of Elf Green #29956D

Tints of Elf Green #29956D

Color information

#29956D (or 0x29956D) is unknown color: approx Elf Green. HEX triplet: 29, 95 and 6D. RGB value is (41,149,109). Sum of RGB (Red+Green+Blue) = 41+149+109=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #29956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29956D is #D66A92. Grayscale: #707070. Windows color (decimal): -14051987 or 7181609. OLE color: 7181609.

HSL color Cylindrical-coordinate representation of color #29956D: hue angle of 157.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29956D is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB41149109-
CMYK0.7200.270.42
HSL157.78º56.84%37.25%-
HSV(B)157.78º72.48%58.43%-
XYZ14.4223.0718.16-
YUV112.15126.2277.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=13.71%
G=49.83%
B=36.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411491090.7200.270.42157.7856.8437.25
Hex29956D4801B2A9e3925
Octal51225155110033522367145
Binary101001100101011101101100100001101110101010011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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