Shades of Eucalyptus #2FA16D
Tints of Eucalyptus #2FA16D
RGB
CMYK
RGB Variations
Color information
#2FA16D (or 0x2FA16D) is known color: Eucalyptus. HEX triplet: 2F, A1 and 6D. RGB value is (47,161,109). Sum of RGB (Red+Green+Blue) = 47+161+109=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA16D is #D05E92. Grayscale: #797979. Windows color (decimal): -13655699 or 7184687. OLE color: 7184687.
HSL color Cylindrical-coordinate representation of color #2FA16D: hue angle of 152.63º 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 #2FA16D is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 109 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.37 |
| HSL | 152.63º | 0.55% | 0.41% | - |
| HSV(B) | 152.63º | 0.71% | 0.63% | - |
| XYZ | 16.68 | 27.2 | 18.84 | - |
| YUV | 120.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 109 | 0.71 | 0 | 0.32 | 0.37 | 152.63 | 0.55 | 0.41 |
| Hex | 2F | A1 | 6D | 47 | 0 | 20 | 25 | 99 | 37 | 29 |
| Octal | 57 | 241 | 155 | 107 | 0 | 40 | 45 | 231 | 67 | 51 |
| Binary | 101111 | 10100001 | 1101101 | 1000111 | 0 | 100000 | 100101 | 10011001 | 110111 | 101001 |
Color Harmonies of #2FA16D
Complementary color
Monochromatic Colors of #2FA16D
Black with #2FA16D
Text Example
Text Example
White with #2FA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA16D; }
p { color: rgb(47,161,109); }
H1.HeaderClassName
{
color: #2FA16D;
}
.AnyTagClassName
{
color: #2FA16D;
}
</style>
background-color css
<style>
a { background-color: #2FA16D; }
a { background-color: rgb(47,161,109); }
div.DivClassName
{
background-color: #2FA16D;
}
.BgClassName
{
background-color: #2FA16D;
}
</style>
border-color css
<style>
span { border-color: #2FA16D; }
span { border-color: rgb(47,161,109); }
td.TdClassName
{
border-color: #2FA16D;
}
.TagClassName
{
border-color: #2FA16D;
}
</style>