#29916C

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

Shades of Elf Green #29916C

Tints of Elf Green #29916C

Color information

#29916C (or 0x29916C) is unknown color: approx Elf Green. HEX triplet: 29, 91 and 6C. RGB value is (41,145,108). Sum of RGB (Red+Green+Blue) = 41+145+108=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #29916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29916C is #D66E93. Grayscale: #6D6D6D. Windows color (decimal): -14053012 or 7115049. OLE color: 7115049.

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

Color convert

RGB41145108-
CMYK0.7200.260.43
HSL158.65º55.91%36.47%-
HSV(B)158.65º71.72%56.86%-
XYZ13.7521.817.67-
YUV109.69127.0479.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=13.95%
G=49.32%
B=36.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451080.7200.260.43158.6555.9136.47
Hex29916C4801A2B9f3824
Octal51221154110032532377044
Binary101001100100011101100100100001101010101110011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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