Shades of Eucalyptus #2FA560
Tints of Eucalyptus #2FA560
RGB
CMYK
RGB Variations
Color information
#2FA560 (or 0x2FA560) is known color: Eucalyptus. HEX triplet: 2F, A5 and 60. RGB value is (47,165,96). Sum of RGB (Red+Green+Blue) = 47+165+96=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA560 is #D05A9F. Grayscale: #7A7A7A. Windows color (decimal): -13654688 or 6333743. OLE color: 6333743.
HSL color Cylindrical-coordinate representation of color #2FA560: hue angle of 144.92º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA560 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 96 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.35 |
| HSL | 144.92º | 0.56% | 0.42% | - |
| HSV(B) | 144.92º | 0.72% | 0.65% | - |
| XYZ | 16.74 | 28.36 | 15.66 | - |
| YUV | 121.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 96 | 0.72 | 0 | 0.42 | 0.35 | 144.92 | 0.56 | 0.42 |
| Hex | 2F | A5 | 60 | 48 | 0 | 2A | 23 | 91 | 38 | 2A |
| Octal | 57 | 245 | 140 | 110 | 0 | 52 | 43 | 221 | 70 | 52 |
| Binary | 101111 | 10100101 | 1100000 | 1001000 | 0 | 101010 | 100011 | 10010001 | 111000 | 101010 |
Color Harmonies of #2FA560
Complementary color
Monochromatic Colors of #2FA560
Black with #2FA560
Text Example
Text Example
White with #2FA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA560; }
p { color: rgb(47,165,96); }
H1.HeaderClassName
{
color: #2FA560;
}
.AnyTagClassName
{
color: #2FA560;
}
</style>
background-color css
<style>
a { background-color: #2FA560; }
a { background-color: rgb(47,165,96); }
div.DivClassName
{
background-color: #2FA560;
}
.BgClassName
{
background-color: #2FA560;
}
</style>
border-color css
<style>
span { border-color: #2FA560; }
span { border-color: rgb(47,165,96); }
td.TdClassName
{
border-color: #2FA560;
}
.TagClassName
{
border-color: #2FA560;
}
</style>