Shades of Eucalyptus #2F9570
Tints of Eucalyptus #2F9570
RGB
CMYK
RGB Variations
Color information
#2F9570 (or 0x2F9570) is known color: Eucalyptus. HEX triplet: 2F, 95 and 70. RGB value is (47,149,112). Sum of RGB (Red+Green+Blue) = 47+149+112=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9570 is #D06A8F. Grayscale: #727272. Windows color (decimal): -13658768 or 7378223. OLE color: 7378223.
HSL color Cylindrical-coordinate representation of color #2F9570: hue angle of 158.24º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9570 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 112 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.42 |
| HSL | 158.24º | 0.52% | 0.38% | - |
| HSV(B) | 158.24º | 0.68% | 0.58% | - |
| XYZ | 14.84 | 23.27 | 19.04 | - |
| YUV | 114.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 112 | 0.68 | 0 | 0.25 | 0.42 | 158.24 | 0.52 | 0.38 |
| Hex | 2F | 95 | 70 | 44 | 0 | 19 | 2A | 9E | 34 | 26 |
| Octal | 57 | 225 | 160 | 104 | 0 | 31 | 52 | 236 | 64 | 46 |
| Binary | 101111 | 10010101 | 1110000 | 1000100 | 0 | 11001 | 101010 | 10011110 | 110100 | 100110 |
Color Harmonies of #2F9570
Complementary color
Monochromatic Colors of #2F9570
Black with #2F9570
Text Example
Text Example
White with #2F9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9570; }
p { color: rgb(47,149,112); }
H1.HeaderClassName
{
color: #2F9570;
}
.AnyTagClassName
{
color: #2F9570;
}
</style>
background-color css
<style>
a { background-color: #2F9570; }
a { background-color: rgb(47,149,112); }
div.DivClassName
{
background-color: #2F9570;
}
.BgClassName
{
background-color: #2F9570;
}
</style>
border-color css
<style>
span { border-color: #2F9570; }
span { border-color: rgb(47,149,112); }
td.TdClassName
{
border-color: #2F9570;
}
.TagClassName
{
border-color: #2F9570;
}
</style>