Shades of Eucalyptus #299B54
Tints of Eucalyptus #299B54
RGB
CMYK
RGB Variations
Color information
#299B54 (or 0x299B54) is known color: Eucalyptus. HEX triplet: 29, 9B and 54. RGB value is (41,155,84). Sum of RGB (Red+Green+Blue) = 41+155+84=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #299B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B54 is #D664AB. Grayscale: #707070. Windows color (decimal): -14050476 or 5544745. OLE color: 5544745.
HSL color Cylindrical-coordinate representation of color #299B54: hue angle of 142.63º 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 #299B54 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 84 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.39 |
| HSL | 142.63º | 0.58% | 0.38% | - |
| HSV(B) | 142.63º | 0.74% | 0.61% | - |
| XYZ | 14.24 | 24.55 | 12.38 | - |
| YUV | 112.82 | 111.73 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 84 | 0.74 | 0 | 0.46 | 0.39 | 142.63 | 0.58 | 0.38 |
| Hex | 29 | 9B | 54 | 4A | 0 | 2E | 27 | 8F | 3A | 26 |
| Octal | 51 | 233 | 124 | 112 | 0 | 56 | 47 | 217 | 72 | 46 |
| Binary | 101001 | 10011011 | 1010100 | 1001010 | 0 | 101110 | 100111 | 10001111 | 111010 | 100110 |
Color Harmonies of #299B54
Complementary color
Monochromatic Colors of #299B54
Black with #299B54
Text Example
Text Example
White with #299B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B54; }
p { color: rgb(41,155,84); }
H1.HeaderClassName
{
color: #299B54;
}
.AnyTagClassName
{
color: #299B54;
}
</style>
background-color css
<style>
a { background-color: #299B54; }
a { background-color: rgb(41,155,84); }
div.DivClassName
{
background-color: #299B54;
}
.BgClassName
{
background-color: #299B54;
}
</style>
border-color css
<style>
span { border-color: #299B54; }
span { border-color: rgb(41,155,84); }
td.TdClassName
{
border-color: #299B54;
}
.TagClassName
{
border-color: #299B54;
}
</style>