Shades of Eucalyptus #2FA356
Tints of Eucalyptus #2FA356
RGB
CMYK
RGB Variations
Color information
#2FA356 (or 0x2FA356) is known color: Eucalyptus. HEX triplet: 2F, A3 and 56. RGB value is (47,163,86). Sum of RGB (Red+Green+Blue) = 47+163+86=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA356 is #D05CA9. Grayscale: #777777. Windows color (decimal): -13655210 or 5677871. OLE color: 5677871.
HSL color Cylindrical-coordinate representation of color #2FA356: hue angle of 140.17º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA356 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 86 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.36 |
| HSL | 140.17º | 0.55% | 0.41% | - |
| HSV(B) | 140.17º | 0.71% | 0.64% | - |
| XYZ | 15.95 | 27.47 | 13.27 | - |
| YUV | 119.54 | 109.07 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 86 | 0.71 | 0 | 0.47 | 0.36 | 140.17 | 0.55 | 0.41 |
| Hex | 2F | A3 | 56 | 47 | 0 | 2F | 24 | 8C | 37 | 29 |
| Octal | 57 | 243 | 126 | 107 | 0 | 57 | 44 | 214 | 67 | 51 |
| Binary | 101111 | 10100011 | 1010110 | 1000111 | 0 | 101111 | 100100 | 10001100 | 110111 | 101001 |
Color Harmonies of #2FA356
Complementary color
Monochromatic Colors of #2FA356
Black with #2FA356
Text Example
Text Example
White with #2FA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA356; }
p { color: rgb(47,163,86); }
H1.HeaderClassName
{
color: #2FA356;
}
.AnyTagClassName
{
color: #2FA356;
}
</style>
background-color css
<style>
a { background-color: #2FA356; }
a { background-color: rgb(47,163,86); }
div.DivClassName
{
background-color: #2FA356;
}
.BgClassName
{
background-color: #2FA356;
}
</style>
border-color css
<style>
span { border-color: #2FA356; }
span { border-color: rgb(47,163,86); }
td.TdClassName
{
border-color: #2FA356;
}
.TagClassName
{
border-color: #2FA356;
}
</style>