Shades of Eucalyptus #2B9C59
Tints of Eucalyptus #2B9C59
RGB
CMYK
RGB Variations
Color information
#2B9C59 (or 0x2B9C59) is known color: Eucalyptus. HEX triplet: 2B, 9C and 59. RGB value is (43,156,89). Sum of RGB (Red+Green+Blue) = 43+156+89=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C59 is #D463A6. Grayscale: #727272. Windows color (decimal): -13919143 or 5872683. OLE color: 5872683.
HSL color Cylindrical-coordinate representation of color #2B9C59: hue angle of 144.42º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C59 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 89 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.39 |
| HSL | 144.42º | 0.57% | 0.39% | - |
| HSV(B) | 144.42º | 0.72% | 0.61% | - |
| XYZ | 14.69 | 25.01 | 13.5 | - |
| YUV | 114.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 89 | 0.72 | 0 | 0.43 | 0.39 | 144.42 | 0.57 | 0.39 |
| Hex | 2B | 9C | 59 | 48 | 0 | 2B | 27 | 90 | 39 | 27 |
| Octal | 53 | 234 | 131 | 110 | 0 | 53 | 47 | 220 | 71 | 47 |
| Binary | 101011 | 10011100 | 1011001 | 1001000 | 0 | 101011 | 100111 | 10010000 | 111001 | 100111 |
Color Harmonies of #2B9C59
Complementary color
Monochromatic Colors of #2B9C59
Black with #2B9C59
Text Example
Text Example
White with #2B9C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C59; }
p { color: rgb(43,156,89); }
H1.HeaderClassName
{
color: #2B9C59;
}
.AnyTagClassName
{
color: #2B9C59;
}
</style>
background-color css
<style>
a { background-color: #2B9C59; }
a { background-color: rgb(43,156,89); }
div.DivClassName
{
background-color: #2B9C59;
}
.BgClassName
{
background-color: #2B9C59;
}
</style>
border-color css
<style>
span { border-color: #2B9C59; }
span { border-color: rgb(43,156,89); }
td.TdClassName
{
border-color: #2B9C59;
}
.TagClassName
{
border-color: #2B9C59;
}
</style>