Shades of Eucalyptus #2FA06F
Tints of Eucalyptus #2FA06F
RGB
CMYK
RGB Variations
Color information
#2FA06F (or 0x2FA06F) is known color: Eucalyptus. HEX triplet: 2F, A0 and 6F. RGB value is (47,160,111). Sum of RGB (Red+Green+Blue) = 47+160+111=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA06F is #D05F90. Grayscale: #787878. Windows color (decimal): -13655953 or 7315503. OLE color: 7315503.
HSL color Cylindrical-coordinate representation of color #2FA06F: hue angle of 153.98º 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 #2FA06F is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 111 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.37 |
| HSL | 153.98º | 0.55% | 0.41% | - |
| HSV(B) | 153.98º | 0.71% | 0.63% | - |
| XYZ | 16.61 | 26.89 | 19.35 | - |
| YUV | 120.63 | 122.56 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 111 | 0.71 | 0 | 0.31 | 0.37 | 153.98 | 0.55 | 0.41 |
| Hex | 2F | A0 | 6F | 47 | 0 | 1F | 25 | 9A | 37 | 29 |
| Octal | 57 | 240 | 157 | 107 | 0 | 37 | 45 | 232 | 67 | 51 |
| Binary | 101111 | 10100000 | 1101111 | 1000111 | 0 | 11111 | 100101 | 10011010 | 110111 | 101001 |
Color Harmonies of #2FA06F
Complementary color
Monochromatic Colors of #2FA06F
Black with #2FA06F
Text Example
Text Example
White with #2FA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA06F; }
p { color: rgb(47,160,111); }
H1.HeaderClassName
{
color: #2FA06F;
}
.AnyTagClassName
{
color: #2FA06F;
}
</style>
background-color css
<style>
a { background-color: #2FA06F; }
a { background-color: rgb(47,160,111); }
div.DivClassName
{
background-color: #2FA06F;
}
.BgClassName
{
background-color: #2FA06F;
}
</style>
border-color css
<style>
span { border-color: #2FA06F; }
span { border-color: rgb(47,160,111); }
td.TdClassName
{
border-color: #2FA06F;
}
.TagClassName
{
border-color: #2FA06F;
}
</style>