Shades of Eucalyptus #299B62
Tints of Eucalyptus #299B62
RGB
CMYK
RGB Variations
Color information
#299B62 (or 0x299B62) is known color: Eucalyptus. HEX triplet: 29, 9B and 62. RGB value is (41,155,98). Sum of RGB (Red+Green+Blue) = 41+155+98=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #299B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B62 is #D6649D. Grayscale: #727272. Windows color (decimal): -14050462 or 6462249. OLE color: 6462249.
HSL color Cylindrical-coordinate representation of color #299B62: hue angle of 150º 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 #299B62 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 98 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.39 |
| HSL | 150º | 0.58% | 0.38% | - |
| HSV(B) | 150º | 0.74% | 0.61% | - |
| XYZ | 14.84 | 24.8 | 15.56 | - |
| YUV | 114.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 98 | 0.74 | 0 | 0.37 | 0.39 | 150 | 0.58 | 0.38 |
| Hex | 29 | 9B | 62 | 4A | 0 | 25 | 27 | 96 | 3A | 26 |
| Octal | 51 | 233 | 142 | 112 | 0 | 45 | 47 | 226 | 72 | 46 |
| Binary | 101001 | 10011011 | 1100010 | 1001010 | 0 | 100101 | 100111 | 10010110 | 111010 | 100110 |
Color Harmonies of #299B62
Complementary color
Monochromatic Colors of #299B62
Black with #299B62
Text Example
Text Example
White with #299B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B62; }
p { color: rgb(41,155,98); }
H1.HeaderClassName
{
color: #299B62;
}
.AnyTagClassName
{
color: #299B62;
}
</style>
background-color css
<style>
a { background-color: #299B62; }
a { background-color: rgb(41,155,98); }
div.DivClassName
{
background-color: #299B62;
}
.BgClassName
{
background-color: #299B62;
}
</style>
border-color css
<style>
span { border-color: #299B62; }
span { border-color: rgb(41,155,98); }
td.TdClassName
{
border-color: #299B62;
}
.TagClassName
{
border-color: #299B62;
}
</style>