Shades of Eucalyptus #2FAC5B
Tints of Eucalyptus #2FAC5B
RGB
CMYK
RGB Variations
Color information
#2FAC5B (or 0x2FAC5B) is known color: Eucalyptus. HEX triplet: 2F, AC and 5B. RGB value is (47,172,91). Sum of RGB (Red+Green+Blue) = 47+172+91=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC5B is #D053A4. Grayscale: #7D7D7D. Windows color (decimal): -13652901 or 6007855. OLE color: 6007855.
HSL color Cylindrical-coordinate representation of color #2FAC5B: hue angle of 141.12º 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 #2FAC5B is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 91 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.33 |
| HSL | 141.12º | 0.57% | 0.43% | - |
| HSV(B) | 141.12º | 0.73% | 0.67% | - |
| XYZ | 17.81 | 30.86 | 14.92 | - |
| YUV | 125.39 | 108.59 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 91 | 0.73 | 0 | 0.47 | 0.33 | 141.12 | 0.57 | 0.43 |
| Hex | 2F | AC | 5B | 49 | 0 | 2F | 21 | 8D | 39 | 2B |
| Octal | 57 | 254 | 133 | 111 | 0 | 57 | 41 | 215 | 71 | 53 |
| Binary | 101111 | 10101100 | 1011011 | 1001001 | 0 | 101111 | 100001 | 10001101 | 111001 | 101011 |
Color Harmonies of #2FAC5B
Complementary color
Monochromatic Colors of #2FAC5B
Black with #2FAC5B
Text Example
Text Example
White with #2FAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC5B; }
p { color: rgb(47,172,91); }
H1.HeaderClassName
{
color: #2FAC5B;
}
.AnyTagClassName
{
color: #2FAC5B;
}
</style>
background-color css
<style>
a { background-color: #2FAC5B; }
a { background-color: rgb(47,172,91); }
div.DivClassName
{
background-color: #2FAC5B;
}
.BgClassName
{
background-color: #2FAC5B;
}
</style>
border-color css
<style>
span { border-color: #2FAC5B; }
span { border-color: rgb(47,172,91); }
td.TdClassName
{
border-color: #2FAC5B;
}
.TagClassName
{
border-color: #2FAC5B;
}
</style>