Shades of Eucalyptus #2FA963
Tints of Eucalyptus #2FA963
RGB
CMYK
RGB Variations
Color information
#2FA963 (or 0x2FA963) is known color: Eucalyptus. HEX triplet: 2F, A9 and 63. RGB value is (47,169,99). Sum of RGB (Red+Green+Blue) = 47+169+99=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA963 is #D0569C. Grayscale: #7C7C7C. Windows color (decimal): -13653661 or 6531375. OLE color: 6531375.
HSL color Cylindrical-coordinate representation of color #2FA963: hue angle of 145.57º 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 #2FA963 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 99 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.34 |
| HSL | 145.57º | 0.56% | 0.42% | - |
| HSV(B) | 145.57º | 0.72% | 0.66% | - |
| XYZ | 17.61 | 29.88 | 16.64 | - |
| YUV | 124.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 99 | 0.72 | 0 | 0.41 | 0.34 | 145.57 | 0.56 | 0.42 |
| Hex | 2F | A9 | 63 | 48 | 0 | 29 | 22 | 92 | 38 | 2A |
| Octal | 57 | 251 | 143 | 110 | 0 | 51 | 42 | 222 | 70 | 52 |
| Binary | 101111 | 10101001 | 1100011 | 1001000 | 0 | 101001 | 100010 | 10010010 | 111000 | 101010 |
Color Harmonies of #2FA963
Complementary color
Monochromatic Colors of #2FA963
Black with #2FA963
Text Example
Text Example
White with #2FA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA963; }
p { color: rgb(47,169,99); }
H1.HeaderClassName
{
color: #2FA963;
}
.AnyTagClassName
{
color: #2FA963;
}
</style>
background-color css
<style>
a { background-color: #2FA963; }
a { background-color: rgb(47,169,99); }
div.DivClassName
{
background-color: #2FA963;
}
.BgClassName
{
background-color: #2FA963;
}
</style>
border-color css
<style>
span { border-color: #2FA963; }
span { border-color: rgb(47,169,99); }
td.TdClassName
{
border-color: #2FA963;
}
.TagClassName
{
border-color: #2FA963;
}
</style>