#29996B

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

Shades of Eucalyptus #29996B

Tints of Eucalyptus #29996B

Color information

#29996B (or 0x29996B) is unknown color: approx Eucalyptus. HEX triplet: 29, 99 and 6B. RGB value is (41,153,107). Sum of RGB (Red+Green+Blue) = 41+153+107=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #29996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29996B is #D66694. Grayscale: #727272. Windows color (decimal): -14050965 or 7051561. OLE color: 7051561.

HSL color Cylindrical-coordinate representation of color #29996B: hue angle of 155.36º 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 #29996B is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB41153107-
CMYK0.7300.300.4
HSL155.36º57.73%38.04%-
HSV(B)155.36º73.2%60%-
XYZ14.9624.3217.81-
YUV114.27123.8975.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=13.62%
G=50.83%
B=35.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531070.7300.300.4155.3657.7338.04
Hex29996B4901E289b3a26
Octal51231153111036502337246
Binary101001100110011101011100100101111010100010011011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29996B; }

 p { color: rgb(41,153,107); }

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

<style>
 a { background-color: #29996B; }

 a { background-color: rgb(41,153,107); }

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

<style>
 span { border-color: #29996B; }

 span { border-color: rgb(41,153,107); }

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