Shades of Eucalyptus #2FA271
Tints of Eucalyptus #2FA271
RGB
CMYK
RGB Variations
Color information
#2FA271 (or 0x2FA271) is known color: Eucalyptus. HEX triplet: 2F, A2 and 71. RGB value is (47,162,113). Sum of RGB (Red+Green+Blue) = 47+162+113=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA271 is #D05D8E. Grayscale: #7A7A7A. Windows color (decimal): -13655439 or 7447087. OLE color: 7447087.
HSL color Cylindrical-coordinate representation of color #2FA271: hue angle of 154.43º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA271 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 113 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.36 |
| HSL | 154.43º | 0.55% | 0.41% | - |
| HSV(B) | 154.43º | 0.71% | 0.64% | - |
| XYZ | 17.07 | 27.64 | 20.06 | - |
| YUV | 122.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 113 | 0.71 | 0 | 0.30 | 0.36 | 154.43 | 0.55 | 0.41 |
| Hex | 2F | A2 | 71 | 47 | 0 | 1E | 24 | 9A | 37 | 29 |
| Octal | 57 | 242 | 161 | 107 | 0 | 36 | 44 | 232 | 67 | 51 |
| Binary | 101111 | 10100010 | 1110001 | 1000111 | 0 | 11110 | 100100 | 10011010 | 110111 | 101001 |
Color Harmonies of #2FA271
Complementary color
Monochromatic Colors of #2FA271
Black with #2FA271
Text Example
Text Example
White with #2FA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA271; }
p { color: rgb(47,162,113); }
H1.HeaderClassName
{
color: #2FA271;
}
.AnyTagClassName
{
color: #2FA271;
}
</style>
background-color css
<style>
a { background-color: #2FA271; }
a { background-color: rgb(47,162,113); }
div.DivClassName
{
background-color: #2FA271;
}
.BgClassName
{
background-color: #2FA271;
}
</style>
border-color css
<style>
span { border-color: #2FA271; }
span { border-color: rgb(47,162,113); }
td.TdClassName
{
border-color: #2FA271;
}
.TagClassName
{
border-color: #2FA271;
}
</style>