Shades of Eucalyptus #2F9B51
Tints of Eucalyptus #2F9B51
RGB
CMYK
RGB Variations
Color information
#2F9B51 (or 0x2F9B51) is known color: Eucalyptus. HEX triplet: 2F, 9B and 51. RGB value is (47,155,81). Sum of RGB (Red+Green+Blue) = 47+155+81=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9B51 is #D064AE. Grayscale: #727272. Windows color (decimal): -13657263 or 5348143. OLE color: 5348143.
HSL color Cylindrical-coordinate representation of color #2F9B51: hue angle of 138.89º degrees, saturation: 0.53, 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 #2F9B51 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 155 | 81 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.39 |
| HSL | 138.89º | 0.53% | 0.4% | - |
| HSV(B) | 138.89º | 0.7% | 0.61% | - |
| XYZ | 14.38 | 24.64 | 11.78 | - |
| YUV | 114.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 81 | 0.70 | 0 | 0.48 | 0.39 | 138.89 | 0.53 | 0.4 |
| Hex | 2F | 9B | 51 | 46 | 0 | 30 | 27 | 8B | 35 | 28 |
| Octal | 57 | 233 | 121 | 106 | 0 | 60 | 47 | 213 | 65 | 50 |
| Binary | 101111 | 10011011 | 1010001 | 1000110 | 0 | 110000 | 100111 | 10001011 | 110101 | 101000 |
Color Harmonies of #2F9B51
Complementary color
Monochromatic Colors of #2F9B51
Black with #2F9B51
Text Example
Text Example
White with #2F9B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9B51; }
p { color: rgb(47,155,81); }
H1.HeaderClassName
{
color: #2F9B51;
}
.AnyTagClassName
{
color: #2F9B51;
}
</style>
background-color css
<style>
a { background-color: #2F9B51; }
a { background-color: rgb(47,155,81); }
div.DivClassName
{
background-color: #2F9B51;
}
.BgClassName
{
background-color: #2F9B51;
}
</style>
border-color css
<style>
span { border-color: #2F9B51; }
span { border-color: rgb(47,155,81); }
td.TdClassName
{
border-color: #2F9B51;
}
.TagClassName
{
border-color: #2F9B51;
}
</style>