Shades of Eucalyptus #2F985A
Tints of Eucalyptus #2F985A
RGB
CMYK
RGB Variations
Color information
#2F985A (or 0x2F985A) is known color: Eucalyptus. HEX triplet: 2F, 98 and 5A. RGB value is (47,152,90). Sum of RGB (Red+Green+Blue) = 47+152+90=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #2F985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F985A is #D067A5. Grayscale: #717171. Windows color (decimal): -13658022 or 5937199. OLE color: 5937199.
HSL color Cylindrical-coordinate representation of color #2F985A: hue angle of 144.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F985A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 152 | 90 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.40 |
| HSL | 144.57º | 0.53% | 0.39% | - |
| HSV(B) | 144.57º | 0.69% | 0.6% | - |
| XYZ | 14.25 | 23.8 | 13.52 | - |
| YUV | 113.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 90 | 0.69 | 0 | 0.41 | 0.40 | 144.57 | 0.53 | 0.39 |
| Hex | 2F | 98 | 5A | 45 | 0 | 29 | 28 | 91 | 35 | 27 |
| Octal | 57 | 230 | 132 | 105 | 0 | 51 | 50 | 221 | 65 | 47 |
| Binary | 101111 | 10011000 | 1011010 | 1000101 | 0 | 101001 | 101000 | 10010001 | 110101 | 100111 |
Color Harmonies of #2F985A
Complementary color
Monochromatic Colors of #2F985A
Black with #2F985A
Text Example
Text Example
White with #2F985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F985A; }
p { color: rgb(47,152,90); }
H1.HeaderClassName
{
color: #2F985A;
}
.AnyTagClassName
{
color: #2F985A;
}
</style>
background-color css
<style>
a { background-color: #2F985A; }
a { background-color: rgb(47,152,90); }
div.DivClassName
{
background-color: #2F985A;
}
.BgClassName
{
background-color: #2F985A;
}
</style>
border-color css
<style>
span { border-color: #2F985A; }
span { border-color: rgb(47,152,90); }
td.TdClassName
{
border-color: #2F985A;
}
.TagClassName
{
border-color: #2F985A;
}
</style>