Shades of Eucalyptus #2FA170
Tints of Eucalyptus #2FA170
RGB
CMYK
RGB Variations
Color information
#2FA170 (or 0x2FA170) is known color: Eucalyptus. HEX triplet: 2F, A1 and 70. RGB value is (47,161,112). Sum of RGB (Red+Green+Blue) = 47+161+112=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA170 is #D05E8F. Grayscale: #797979. Windows color (decimal): -13655696 or 7381295. OLE color: 7381295.
HSL color Cylindrical-coordinate representation of color #2FA170: hue angle of 154.21º 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 #2FA170 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 112 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.37 |
| HSL | 154.21º | 0.55% | 0.41% | - |
| HSV(B) | 154.21º | 0.71% | 0.63% | - |
| XYZ | 16.84 | 27.26 | 19.7 | - |
| YUV | 121.33 | 122.73 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 112 | 0.71 | 0 | 0.30 | 0.37 | 154.21 | 0.55 | 0.41 |
| Hex | 2F | A1 | 70 | 47 | 0 | 1E | 25 | 9A | 37 | 29 |
| Octal | 57 | 241 | 160 | 107 | 0 | 36 | 45 | 232 | 67 | 51 |
| Binary | 101111 | 10100001 | 1110000 | 1000111 | 0 | 11110 | 100101 | 10011010 | 110111 | 101001 |
Color Harmonies of #2FA170
Complementary color
Monochromatic Colors of #2FA170
Black with #2FA170
Text Example
Text Example
White with #2FA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA170; }
p { color: rgb(47,161,112); }
H1.HeaderClassName
{
color: #2FA170;
}
.AnyTagClassName
{
color: #2FA170;
}
</style>
background-color css
<style>
a { background-color: #2FA170; }
a { background-color: rgb(47,161,112); }
div.DivClassName
{
background-color: #2FA170;
}
.BgClassName
{
background-color: #2FA170;
}
</style>
border-color css
<style>
span { border-color: #2FA170; }
span { border-color: rgb(47,161,112); }
td.TdClassName
{
border-color: #2FA170;
}
.TagClassName
{
border-color: #2FA170;
}
</style>