Shades of Eucalyptus #2F9956
Tints of Eucalyptus #2F9956
RGB
CMYK
RGB Variations
Color information
#2F9956 (or 0x2F9956) is known color: Eucalyptus. HEX triplet: 2F, 99 and 56. RGB value is (47,153,86). Sum of RGB (Red+Green+Blue) = 47+153+86=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9956 is #D066A9. Grayscale: #717171. Windows color (decimal): -13657770 or 5675311. OLE color: 5675311.
HSL color Cylindrical-coordinate representation of color #2F9956: hue angle of 142.08º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9956 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 86 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.4 |
| HSL | 142.08º | 0.53% | 0.39% | - |
| HSV(B) | 142.08º | 0.69% | 0.6% | - |
| XYZ | 14.24 | 24.06 | 12.7 | - |
| YUV | 113.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 86 | 0.69 | 0 | 0.44 | 0.4 | 142.08 | 0.53 | 0.39 |
| Hex | 2F | 99 | 56 | 45 | 0 | 2C | 28 | 8E | 35 | 27 |
| Octal | 57 | 231 | 126 | 105 | 0 | 54 | 50 | 216 | 65 | 47 |
| Binary | 101111 | 10011001 | 1010110 | 1000101 | 0 | 101100 | 101000 | 10001110 | 110101 | 100111 |
Color Harmonies of #2F9956
Complementary color
Monochromatic Colors of #2F9956
Black with #2F9956
Text Example
Text Example
White with #2F9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9956; }
p { color: rgb(47,153,86); }
H1.HeaderClassName
{
color: #2F9956;
}
.AnyTagClassName
{
color: #2F9956;
}
</style>
background-color css
<style>
a { background-color: #2F9956; }
a { background-color: rgb(47,153,86); }
div.DivClassName
{
background-color: #2F9956;
}
.BgClassName
{
background-color: #2F9956;
}
</style>
border-color css
<style>
span { border-color: #2F9956; }
span { border-color: rgb(47,153,86); }
td.TdClassName
{
border-color: #2F9956;
}
.TagClassName
{
border-color: #2F9956;
}
</style>