#29926C

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

Shades of Elf Green #29926C

Tints of Elf Green #29926C

Color information

#29926C (or 0x29926C) is unknown color: approx Elf Green. HEX triplet: 29, 92 and 6C. RGB value is (41,146,108). Sum of RGB (Red+Green+Blue) = 41+146+108=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #29926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29926C is #D66D93. Grayscale: #6E6E6E. Windows color (decimal): -14052756 or 7115305. OLE color: 7115305.

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

Color convert

RGB41146108-
CMYK0.7200.260.43
HSL158.29º56.15%36.67%-
HSV(B)158.29º71.92%57.25%-
XYZ13.922.1117.72-
YUV110.27126.7178.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=13.90%
G=49.49%
B=36.61%

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
Decimal411461080.7200.260.43158.2956.1536.67
Hex29926C4801A2B9e3825
Octal51222154110032532367045
Binary101001100100101101100100100001101010101110011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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