Shades of Eucalyptus #2F9C59
Tints of Eucalyptus #2F9C59
RGB
CMYK
RGB Variations
Color information
#2F9C59 (or 0x2F9C59) is known color: Eucalyptus. HEX triplet: 2F, 9C and 59. RGB value is (47,156,89). Sum of RGB (Red+Green+Blue) = 47+156+89=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #2F9C59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9C59 is #D063A6. Grayscale: #737373. Windows color (decimal): -13656999 or 5872687. OLE color: 5872687.
HSL color Cylindrical-coordinate representation of color #2F9C59: hue angle of 143.12º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9C59 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 156 | 89 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.39 |
| HSL | 143.12º | 0.54% | 0.4% | - |
| HSV(B) | 143.12º | 0.7% | 0.61% | - |
| XYZ | 14.86 | 25.1 | 13.51 | - |
| YUV | 115.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 156 | 89 | 0.70 | 0 | 0.43 | 0.39 | 143.12 | 0.54 | 0.4 |
| Hex | 2F | 9C | 59 | 46 | 0 | 2B | 27 | 8F | 36 | 28 |
| Octal | 57 | 234 | 131 | 106 | 0 | 53 | 47 | 217 | 66 | 50 |
| Binary | 101111 | 10011100 | 1011001 | 1000110 | 0 | 101011 | 100111 | 10001111 | 110110 | 101000 |
Color Harmonies of #2F9C59
Complementary color
Monochromatic Colors of #2F9C59
Black with #2F9C59
Text Example
Text Example
White with #2F9C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9C59; }
p { color: rgb(47,156,89); }
H1.HeaderClassName
{
color: #2F9C59;
}
.AnyTagClassName
{
color: #2F9C59;
}
</style>
background-color css
<style>
a { background-color: #2F9C59; }
a { background-color: rgb(47,156,89); }
div.DivClassName
{
background-color: #2F9C59;
}
.BgClassName
{
background-color: #2F9C59;
}
</style>
border-color css
<style>
span { border-color: #2F9C59; }
span { border-color: rgb(47,156,89); }
td.TdClassName
{
border-color: #2F9C59;
}
.TagClassName
{
border-color: #2F9C59;
}
</style>