Shades of Eucalyptus #2F9A60
Tints of Eucalyptus #2F9A60
RGB
CMYK
RGB Variations
Color information
#2F9A60 (or 0x2F9A60) is known color: Eucalyptus. HEX triplet: 2F, 9A and 60. RGB value is (47,154,96). Sum of RGB (Red+Green+Blue) = 47+154+96=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #2F9A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9A60 is #D0659F. Grayscale: #737373. Windows color (decimal): -13657504 or 6330927. OLE color: 6330927.
HSL color Cylindrical-coordinate representation of color #2F9A60: hue angle of 147.48º 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 #2F9A60 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 154 | 96 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.40 |
| HSL | 147.48º | 0.53% | 0.39% | - |
| HSV(B) | 147.48º | 0.69% | 0.6% | - |
| XYZ | 14.84 | 24.56 | 15.02 | - |
| YUV | 115.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 154 | 96 | 0.69 | 0 | 0.38 | 0.40 | 147.48 | 0.53 | 0.39 |
| Hex | 2F | 9A | 60 | 45 | 0 | 26 | 28 | 93 | 35 | 27 |
| Octal | 57 | 232 | 140 | 105 | 0 | 46 | 50 | 223 | 65 | 47 |
| Binary | 101111 | 10011010 | 1100000 | 1000101 | 0 | 100110 | 101000 | 10010011 | 110101 | 100111 |
Color Harmonies of #2F9A60
Complementary color
Monochromatic Colors of #2F9A60
Black with #2F9A60
Text Example
Text Example
White with #2F9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9A60; }
p { color: rgb(47,154,96); }
H1.HeaderClassName
{
color: #2F9A60;
}
.AnyTagClassName
{
color: #2F9A60;
}
</style>
background-color css
<style>
a { background-color: #2F9A60; }
a { background-color: rgb(47,154,96); }
div.DivClassName
{
background-color: #2F9A60;
}
.BgClassName
{
background-color: #2F9A60;
}
</style>
border-color css
<style>
span { border-color: #2F9A60; }
span { border-color: rgb(47,154,96); }
td.TdClassName
{
border-color: #2F9A60;
}
.TagClassName
{
border-color: #2F9A60;
}
</style>