Shades of Eucalyptus #2FAB5D
Tints of Eucalyptus #2FAB5D
RGB
CMYK
RGB Variations
Color information
#2FAB5D (or 0x2FAB5D) is known color: Eucalyptus. HEX triplet: 2F, AB and 5D. RGB value is (47,171,93). Sum of RGB (Red+Green+Blue) = 47+171+93=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB5D is #D054A2. Grayscale: #7D7D7D. Windows color (decimal): -13653155 or 6138671. OLE color: 6138671.
HSL color Cylindrical-coordinate representation of color #2FAB5D: hue angle of 142.26º 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 #2FAB5D is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 93 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.33 |
| HSL | 142.26º | 0.57% | 0.43% | - |
| HSV(B) | 142.26º | 0.73% | 0.67% | - |
| XYZ | 17.71 | 30.52 | 15.31 | - |
| YUV | 125.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 93 | 0.73 | 0 | 0.46 | 0.33 | 142.26 | 0.57 | 0.43 |
| Hex | 2F | AB | 5D | 49 | 0 | 2E | 21 | 8E | 39 | 2B |
| Octal | 57 | 253 | 135 | 111 | 0 | 56 | 41 | 216 | 71 | 53 |
| Binary | 101111 | 10101011 | 1011101 | 1001001 | 0 | 101110 | 100001 | 10001110 | 111001 | 101011 |
Color Harmonies of #2FAB5D
Complementary color
Monochromatic Colors of #2FAB5D
Black with #2FAB5D
Text Example
Text Example
White with #2FAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB5D; }
p { color: rgb(47,171,93); }
H1.HeaderClassName
{
color: #2FAB5D;
}
.AnyTagClassName
{
color: #2FAB5D;
}
</style>
background-color css
<style>
a { background-color: #2FAB5D; }
a { background-color: rgb(47,171,93); }
div.DivClassName
{
background-color: #2FAB5D;
}
.BgClassName
{
background-color: #2FAB5D;
}
</style>
border-color css
<style>
span { border-color: #2FAB5D; }
span { border-color: rgb(47,171,93); }
td.TdClassName
{
border-color: #2FAB5D;
}
.TagClassName
{
border-color: #2FAB5D;
}
</style>