Shades of Eucalyptus #299C59
Tints of Eucalyptus #299C59
RGB
CMYK
RGB Variations
Color information
#299C59 (or 0x299C59) is known color: Eucalyptus. HEX triplet: 29, 9C and 59. RGB value is (41,156,89). Sum of RGB (Red+Green+Blue) = 41+156+89=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #299C59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C59 is #D663A6. Grayscale: #727272. Windows color (decimal): -14050215 or 5872681. OLE color: 5872681.
HSL color Cylindrical-coordinate representation of color #299C59: hue angle of 145.04º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C59 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 89 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.39 |
| HSL | 145.04º | 0.58% | 0.39% | - |
| HSV(B) | 145.04º | 0.74% | 0.61% | - |
| XYZ | 14.61 | 24.97 | 13.5 | - |
| YUV | 113.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 89 | 0.74 | 0 | 0.43 | 0.39 | 145.04 | 0.58 | 0.39 |
| Hex | 29 | 9C | 59 | 4A | 0 | 2B | 27 | 91 | 3A | 27 |
| Octal | 51 | 234 | 131 | 112 | 0 | 53 | 47 | 221 | 72 | 47 |
| Binary | 101001 | 10011100 | 1011001 | 1001010 | 0 | 101011 | 100111 | 10010001 | 111010 | 100111 |
Color Harmonies of #299C59
Complementary color
Monochromatic Colors of #299C59
Black with #299C59
Text Example
Text Example
White with #299C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C59; }
p { color: rgb(41,156,89); }
H1.HeaderClassName
{
color: #299C59;
}
.AnyTagClassName
{
color: #299C59;
}
</style>
background-color css
<style>
a { background-color: #299C59; }
a { background-color: rgb(41,156,89); }
div.DivClassName
{
background-color: #299C59;
}
.BgClassName
{
background-color: #299C59;
}
</style>
border-color css
<style>
span { border-color: #299C59; }
span { border-color: rgb(41,156,89); }
td.TdClassName
{
border-color: #299C59;
}
.TagClassName
{
border-color: #299C59;
}
</style>