Shades of Eucalyptus #2FAB63
Tints of Eucalyptus #2FAB63
RGB
CMYK
RGB Variations
Color information
#2FAB63 (or 0x2FAB63) is known color: Eucalyptus. HEX triplet: 2F, AB and 63. RGB value is (47,171,99). Sum of RGB (Red+Green+Blue) = 47+171+99=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB63 is #D0549C. Grayscale: #7D7D7D. Windows color (decimal): -13653149 or 6531887. OLE color: 6531887.
HSL color Cylindrical-coordinate representation of color #2FAB63: hue angle of 145.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB63 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 99 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.33 |
| HSL | 145.16º | 0.57% | 0.43% | - |
| HSV(B) | 145.16º | 0.73% | 0.67% | - |
| XYZ | 17.99 | 30.63 | 16.77 | - |
| YUV | 125.72 | 112.92 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 99 | 0.73 | 0 | 0.42 | 0.33 | 145.16 | 0.57 | 0.43 |
| Hex | 2F | AB | 63 | 49 | 0 | 2A | 21 | 91 | 39 | 2B |
| Octal | 57 | 253 | 143 | 111 | 0 | 52 | 41 | 221 | 71 | 53 |
| Binary | 101111 | 10101011 | 1100011 | 1001001 | 0 | 101010 | 100001 | 10010001 | 111001 | 101011 |
Color Harmonies of #2FAB63
Complementary color
Monochromatic Colors of #2FAB63
Black with #2FAB63
Text Example
Text Example
White with #2FAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB63; }
p { color: rgb(47,171,99); }
H1.HeaderClassName
{
color: #2FAB63;
}
.AnyTagClassName
{
color: #2FAB63;
}
</style>
background-color css
<style>
a { background-color: #2FAB63; }
a { background-color: rgb(47,171,99); }
div.DivClassName
{
background-color: #2FAB63;
}
.BgClassName
{
background-color: #2FAB63;
}
</style>
border-color css
<style>
span { border-color: #2FAB63; }
span { border-color: rgb(47,171,99); }
td.TdClassName
{
border-color: #2FAB63;
}
.TagClassName
{
border-color: #2FAB63;
}
</style>