Shades of Eucalyptus #2FA85A
Tints of Eucalyptus #2FA85A
RGB
CMYK
RGB Variations
Color information
#2FA85A (or 0x2FA85A) is known color: Eucalyptus. HEX triplet: 2F, A8 and 5A. RGB value is (47,168,90). Sum of RGB (Red+Green+Blue) = 47+168+90=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA85A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA85A is #D057A5. Grayscale: #7B7B7B. Windows color (decimal): -13653926 or 5941295. OLE color: 5941295.
HSL color Cylindrical-coordinate representation of color #2FA85A: hue angle of 141.32º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA85A is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 90 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.34 |
| HSL | 141.32º | 0.56% | 0.42% | - |
| HSV(B) | 141.32º | 0.72% | 0.66% | - |
| XYZ | 17.02 | 29.35 | 14.44 | - |
| YUV | 122.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 90 | 0.72 | 0 | 0.46 | 0.34 | 141.32 | 0.56 | 0.42 |
| Hex | 2F | A8 | 5A | 48 | 0 | 2E | 22 | 8D | 38 | 2A |
| Octal | 57 | 250 | 132 | 110 | 0 | 56 | 42 | 215 | 70 | 52 |
| Binary | 101111 | 10101000 | 1011010 | 1001000 | 0 | 101110 | 100010 | 10001101 | 111000 | 101010 |
Color Harmonies of #2FA85A
Complementary color
Monochromatic Colors of #2FA85A
Black with #2FA85A
Text Example
Text Example
White with #2FA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA85A; }
p { color: rgb(47,168,90); }
H1.HeaderClassName
{
color: #2FA85A;
}
.AnyTagClassName
{
color: #2FA85A;
}
</style>
background-color css
<style>
a { background-color: #2FA85A; }
a { background-color: rgb(47,168,90); }
div.DivClassName
{
background-color: #2FA85A;
}
.BgClassName
{
background-color: #2FA85A;
}
</style>
border-color css
<style>
span { border-color: #2FA85A; }
span { border-color: rgb(47,168,90); }
td.TdClassName
{
border-color: #2FA85A;
}
.TagClassName
{
border-color: #2FA85A;
}
</style>