Shades of Eucalyptus #2FA05F
Tints of Eucalyptus #2FA05F
RGB
CMYK
RGB Variations
Color information
#2FA05F (or 0x2FA05F) is known color: Eucalyptus. HEX triplet: 2F, A0 and 5F. RGB value is (47,160,95). Sum of RGB (Red+Green+Blue) = 47+160+95=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA05F is #D05FA0. Grayscale: #767676. Windows color (decimal): -13655969 or 6266927. OLE color: 6266927.
HSL color Cylindrical-coordinate representation of color #2FA05F: hue angle of 145.49º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA05F is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 95 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.37 |
| HSL | 145.49º | 0.55% | 0.41% | - |
| HSV(B) | 145.49º | 0.71% | 0.63% | - |
| XYZ | 15.81 | 26.57 | 15.12 | - |
| YUV | 118.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 95 | 0.71 | 0 | 0.41 | 0.37 | 145.49 | 0.55 | 0.41 |
| Hex | 2F | A0 | 5F | 47 | 0 | 29 | 25 | 91 | 37 | 29 |
| Octal | 57 | 240 | 137 | 107 | 0 | 51 | 45 | 221 | 67 | 51 |
| Binary | 101111 | 10100000 | 1011111 | 1000111 | 0 | 101001 | 100101 | 10010001 | 110111 | 101001 |
Color Harmonies of #2FA05F
Complementary color
Monochromatic Colors of #2FA05F
Black with #2FA05F
Text Example
Text Example
White with #2FA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA05F; }
p { color: rgb(47,160,95); }
H1.HeaderClassName
{
color: #2FA05F;
}
.AnyTagClassName
{
color: #2FA05F;
}
</style>
background-color css
<style>
a { background-color: #2FA05F; }
a { background-color: rgb(47,160,95); }
div.DivClassName
{
background-color: #2FA05F;
}
.BgClassName
{
background-color: #2FA05F;
}
</style>
border-color css
<style>
span { border-color: #2FA05F; }
span { border-color: rgb(47,160,95); }
td.TdClassName
{
border-color: #2FA05F;
}
.TagClassName
{
border-color: #2FA05F;
}
</style>