Shades of Eucalyptus #2F966F
Tints of Eucalyptus #2F966F
RGB
CMYK
RGB Variations
Color information
#2F966F (or 0x2F966F) is known color: Eucalyptus. HEX triplet: 2F, 96 and 6F. RGB value is (47,150,111). Sum of RGB (Red+Green+Blue) = 47+150+111=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #2F966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F966F is #D06990. Grayscale: #727272. Windows color (decimal): -13658513 or 7312943. OLE color: 7312943.
HSL color Cylindrical-coordinate representation of color #2F966F: hue angle of 157.28º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F966F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 150 | 111 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.41 |
| HSL | 157.28º | 0.52% | 0.39% | - |
| HSV(B) | 157.28º | 0.69% | 0.59% | - |
| XYZ | 14.95 | 23.56 | 18.8 | - |
| YUV | 114.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 150 | 111 | 0.69 | 0 | 0.26 | 0.41 | 157.28 | 0.52 | 0.39 |
| Hex | 2F | 96 | 6F | 45 | 0 | 1A | 29 | 9D | 34 | 27 |
| Octal | 57 | 226 | 157 | 105 | 0 | 32 | 51 | 235 | 64 | 47 |
| Binary | 101111 | 10010110 | 1101111 | 1000101 | 0 | 11010 | 101001 | 10011101 | 110100 | 100111 |
Color Harmonies of #2F966F
Complementary color
Monochromatic Colors of #2F966F
Black with #2F966F
Text Example
Text Example
White with #2F966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F966F; }
p { color: rgb(47,150,111); }
H1.HeaderClassName
{
color: #2F966F;
}
.AnyTagClassName
{
color: #2F966F;
}
</style>
background-color css
<style>
a { background-color: #2F966F; }
a { background-color: rgb(47,150,111); }
div.DivClassName
{
background-color: #2F966F;
}
.BgClassName
{
background-color: #2F966F;
}
</style>
border-color css
<style>
span { border-color: #2F966F; }
span { border-color: rgb(47,150,111); }
td.TdClassName
{
border-color: #2F966F;
}
.TagClassName
{
border-color: #2F966F;
}
</style>