Shades of Eucalyptus #299B5E
Tints of Eucalyptus #299B5E
RGB
CMYK
RGB Variations
Color information
#299B5E (or 0x299B5E) is known color: Eucalyptus. HEX triplet: 29, 9B and 5E. RGB value is (41,155,94). Sum of RGB (Red+Green+Blue) = 41+155+94=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #299B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B5E is #D664A1. Grayscale: #727272. Windows color (decimal): -14050466 or 6200105. OLE color: 6200105.
HSL color Cylindrical-coordinate representation of color #299B5E: hue angle of 147.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B5E is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 94 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.39 |
| HSL | 147.89º | 0.58% | 0.38% | - |
| HSV(B) | 147.89º | 0.74% | 0.61% | - |
| XYZ | 14.66 | 24.72 | 14.59 | - |
| YUV | 113.96 | 116.73 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 94 | 0.74 | 0 | 0.39 | 0.39 | 147.89 | 0.58 | 0.38 |
| Hex | 29 | 9B | 5E | 4A | 0 | 27 | 27 | 94 | 3A | 26 |
| Octal | 51 | 233 | 136 | 112 | 0 | 47 | 47 | 224 | 72 | 46 |
| Binary | 101001 | 10011011 | 1011110 | 1001010 | 0 | 100111 | 100111 | 10010100 | 111010 | 100110 |
Color Harmonies of #299B5E
Complementary color
Monochromatic Colors of #299B5E
Black with #299B5E
Text Example
Text Example
White with #299B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B5E; }
p { color: rgb(41,155,94); }
H1.HeaderClassName
{
color: #299B5E;
}
.AnyTagClassName
{
color: #299B5E;
}
</style>
background-color css
<style>
a { background-color: #299B5E; }
a { background-color: rgb(41,155,94); }
div.DivClassName
{
background-color: #299B5E;
}
.BgClassName
{
background-color: #299B5E;
}
</style>
border-color css
<style>
span { border-color: #299B5E; }
span { border-color: rgb(41,155,94); }
td.TdClassName
{
border-color: #299B5E;
}
.TagClassName
{
border-color: #299B5E;
}
</style>