Shades of Eucalyptus #299F5A
Tints of Eucalyptus #299F5A
RGB
CMYK
RGB Variations
Color information
#299F5A (or 0x299F5A) is known color: Eucalyptus. HEX triplet: 29, 9F and 5A. RGB value is (41,159,90). Sum of RGB (Red+Green+Blue) = 41+159+90=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #299F5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299F5A is #D660A5. Grayscale: #747474. Windows color (decimal): -14049446 or 5938985. OLE color: 5938985.
HSL color Cylindrical-coordinate representation of color #299F5A: hue angle of 144.92º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F5A is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 159 | 90 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.38 |
| HSL | 144.92º | 0.59% | 0.39% | - |
| HSV(B) | 144.92º | 0.74% | 0.62% | - |
| XYZ | 15.16 | 26.01 | 13.89 | - |
| YUV | 115.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 90 | 0.74 | 0 | 0.43 | 0.38 | 144.92 | 0.59 | 0.39 |
| Hex | 29 | 9F | 5A | 4A | 0 | 2B | 26 | 91 | 3B | 27 |
| Octal | 51 | 237 | 132 | 112 | 0 | 53 | 46 | 221 | 73 | 47 |
| Binary | 101001 | 10011111 | 1011010 | 1001010 | 0 | 101011 | 100110 | 10010001 | 111011 | 100111 |
Color Harmonies of #299F5A
Complementary color
Monochromatic Colors of #299F5A
Black with #299F5A
Text Example
Text Example
White with #299F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299F5A; }
p { color: rgb(41,159,90); }
H1.HeaderClassName
{
color: #299F5A;
}
.AnyTagClassName
{
color: #299F5A;
}
</style>
background-color css
<style>
a { background-color: #299F5A; }
a { background-color: rgb(41,159,90); }
div.DivClassName
{
background-color: #299F5A;
}
.BgClassName
{
background-color: #299F5A;
}
</style>
border-color css
<style>
span { border-color: #299F5A; }
span { border-color: rgb(41,159,90); }
td.TdClassName
{
border-color: #299F5A;
}
.TagClassName
{
border-color: #299F5A;
}
</style>