#29866F

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

Shades of Elf Green #29866F

Tints of Elf Green #29866F

Color information

#29866F (or 0x29866F) is unknown color: approx Elf Green. HEX triplet: 29, 86 and 6F. RGB value is (41,134,111). Sum of RGB (Red+Green+Blue) = 41+134+111=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #29866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29866F is #D67990. Grayscale: #676767. Windows color (decimal): -14055825 or 7308841. OLE color: 7308841.

HSL color Cylindrical-coordinate representation of color #29866F: hue angle of 165.16º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29866F is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB41134111-
CMYK0.6900.170.47
HSL165.16º53.14%34.31%-
HSV(B)165.16º69.4%52.55%-
XYZ12.3118.6717.99-
YUV103.57132.1983.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=14.34%
G=46.85%
B=38.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411341110.6900.170.47165.1653.1434.31
Hex29866F450112Fa53522
Octal51206157105021572456542
Binary101001100001101101111100010101000110111110100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29866F; }

 p { color: rgb(41,134,111); }

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

<style>
 a { background-color: #29866F; }

 a { background-color: rgb(41,134,111); }

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

<style>
 span { border-color: #29866F; }

 span { border-color: rgb(41,134,111); }

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