#29986D

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

Shades of Eucalyptus #29986D

Tints of Eucalyptus #29986D

Color information

#29986D (or 0x29986D) is unknown color: approx Eucalyptus. HEX triplet: 29, 98 and 6D. RGB value is (41,152,109). Sum of RGB (Red+Green+Blue) = 41+152+109=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #29986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29986D is #D66792. Grayscale: #717171. Windows color (decimal): -14051219 or 7182377. OLE color: 7182377.

HSL color Cylindrical-coordinate representation of color #29986D: hue angle of 156.76º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29986D is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB41152109-
CMYK0.7300.280.40
HSL156.76º57.51%37.84%-
HSV(B)156.76º73.03%59.61%-
XYZ14.924.0318.32-
YUV113.91125.2376-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=13.58%
G=50.33%
B=36.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411521090.7300.280.40156.7657.5137.84
Hex29986D4901C289d3a26
Octal51230155111034502357246
Binary101001100110001101101100100101110010100010011101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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