#29966B

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

Shades of Eucalyptus #29966B

Tints of Eucalyptus #29966B

Color information

#29966B (or 0x29966B) is unknown color: approx Eucalyptus. HEX triplet: 29, 96 and 6B. RGB value is (41,150,107). Sum of RGB (Red+Green+Blue) = 41+150+107=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #29966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29966B is #D66994. Grayscale: #707070. Windows color (decimal): -14051733 or 7050793. OLE color: 7050793.

HSL color Cylindrical-coordinate representation of color #29966B: hue angle of 156.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29966B is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB41150107-
CMYK0.7300.290.41
HSL156.33º57.07%37.45%-
HSV(B)156.33º72.67%58.82%-
XYZ14.4723.3517.65-
YUV112.51124.8977-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=13.76%
G=50.34%
B=35.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501070.7300.290.41156.3357.0737.45
Hex29966B4901D299c3925
Octal51226153111035512347145
Binary101001100101101101011100100101110110100110011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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