Shades of Eucalyptus #2FAB5B
Tints of Eucalyptus #2FAB5B
RGB
CMYK
RGB Variations
Color information
#2FAB5B (or 0x2FAB5B) is known color: Eucalyptus. HEX triplet: 2F, AB and 5B. RGB value is (47,171,91). Sum of RGB (Red+Green+Blue) = 47+171+91=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB5B is #D054A4. Grayscale: #7D7D7D. Windows color (decimal): -13653157 or 6007599. OLE color: 6007599.
HSL color Cylindrical-coordinate representation of color #2FAB5B: hue angle of 141.29º 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 #2FAB5B is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 91 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.33 |
| HSL | 141.29º | 0.57% | 0.43% | - |
| HSV(B) | 141.29º | 0.73% | 0.67% | - |
| XYZ | 17.62 | 30.49 | 14.85 | - |
| YUV | 124.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 91 | 0.73 | 0 | 0.47 | 0.33 | 141.29 | 0.57 | 0.43 |
| Hex | 2F | AB | 5B | 49 | 0 | 2F | 21 | 8D | 39 | 2B |
| Octal | 57 | 253 | 133 | 111 | 0 | 57 | 41 | 215 | 71 | 53 |
| Binary | 101111 | 10101011 | 1011011 | 1001001 | 0 | 101111 | 100001 | 10001101 | 111001 | 101011 |
Color Harmonies of #2FAB5B
Complementary color
Monochromatic Colors of #2FAB5B
Black with #2FAB5B
Text Example
Text Example
White with #2FAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB5B; }
p { color: rgb(47,171,91); }
H1.HeaderClassName
{
color: #2FAB5B;
}
.AnyTagClassName
{
color: #2FAB5B;
}
</style>
background-color css
<style>
a { background-color: #2FAB5B; }
a { background-color: rgb(47,171,91); }
div.DivClassName
{
background-color: #2FAB5B;
}
.BgClassName
{
background-color: #2FAB5B;
}
</style>
border-color css
<style>
span { border-color: #2FAB5B; }
span { border-color: rgb(47,171,91); }
td.TdClassName
{
border-color: #2FAB5B;
}
.TagClassName
{
border-color: #2FAB5B;
}
</style>