Shades of Eucalyptus #2FAC5E
Tints of Eucalyptus #2FAC5E
RGB
CMYK
RGB Variations
Color information
#2FAC5E (or 0x2FAC5E) is known color: Eucalyptus. HEX triplet: 2F, AC and 5E. RGB value is (47,172,94). Sum of RGB (Red+Green+Blue) = 47+172+94=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC5E is #D053A1. Grayscale: #7D7D7D. Windows color (decimal): -13652898 or 6204463. OLE color: 6204463.
HSL color Cylindrical-coordinate representation of color #2FAC5E: hue angle of 142.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC5E is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 94 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.33 |
| HSL | 142.56º | 0.57% | 0.43% | - |
| HSV(B) | 142.56º | 0.73% | 0.67% | - |
| XYZ | 17.95 | 30.92 | 15.61 | - |
| YUV | 125.73 | 110.09 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 94 | 0.73 | 0 | 0.45 | 0.33 | 142.56 | 0.57 | 0.43 |
| Hex | 2F | AC | 5E | 49 | 0 | 2D | 21 | 8F | 39 | 2B |
| Octal | 57 | 254 | 136 | 111 | 0 | 55 | 41 | 217 | 71 | 53 |
| Binary | 101111 | 10101100 | 1011110 | 1001001 | 0 | 101101 | 100001 | 10001111 | 111001 | 101011 |
Color Harmonies of #2FAC5E
Complementary color
Monochromatic Colors of #2FAC5E
Black with #2FAC5E
Text Example
Text Example
White with #2FAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC5E; }
p { color: rgb(47,172,94); }
H1.HeaderClassName
{
color: #2FAC5E;
}
.AnyTagClassName
{
color: #2FAC5E;
}
</style>
background-color css
<style>
a { background-color: #2FAC5E; }
a { background-color: rgb(47,172,94); }
div.DivClassName
{
background-color: #2FAC5E;
}
.BgClassName
{
background-color: #2FAC5E;
}
</style>
border-color css
<style>
span { border-color: #2FAC5E; }
span { border-color: rgb(47,172,94); }
td.TdClassName
{
border-color: #2FAC5E;
}
.TagClassName
{
border-color: #2FAC5E;
}
</style>