Shades of Eucalyptus #2F9162
Tints of Eucalyptus #2F9162
RGB
CMYK
RGB Variations
Color information
#2F9162 (or 0x2F9162) is known color: Eucalyptus. HEX triplet: 2F, 91 and 62. RGB value is (47,145,98). Sum of RGB (Red+Green+Blue) = 47+145+98=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9162 is #D06E9D. Grayscale: #6E6E6E. Windows color (decimal): -13659806 or 6459695. OLE color: 6459695.
HSL color Cylindrical-coordinate representation of color #2F9162: hue angle of 151.22º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9162 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 98 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.43 |
| HSL | 151.22º | 0.51% | 0.38% | - |
| HSV(B) | 151.22º | 0.68% | 0.57% | - |
| XYZ | 13.5 | 21.74 | 15.04 | - |
| YUV | 110.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 98 | 0.68 | 0 | 0.32 | 0.43 | 151.22 | 0.51 | 0.38 |
| Hex | 2F | 91 | 62 | 44 | 0 | 20 | 2B | 97 | 33 | 26 |
| Octal | 57 | 221 | 142 | 104 | 0 | 40 | 53 | 227 | 63 | 46 |
| Binary | 101111 | 10010001 | 1100010 | 1000100 | 0 | 100000 | 101011 | 10010111 | 110011 | 100110 |
Color Harmonies of #2F9162
Complementary color
Monochromatic Colors of #2F9162
Black with #2F9162
Text Example
Text Example
White with #2F9162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9162; }
p { color: rgb(47,145,98); }
H1.HeaderClassName
{
color: #2F9162;
}
.AnyTagClassName
{
color: #2F9162;
}
</style>
background-color css
<style>
a { background-color: #2F9162; }
a { background-color: rgb(47,145,98); }
div.DivClassName
{
background-color: #2F9162;
}
.BgClassName
{
background-color: #2F9162;
}
</style>
border-color css
<style>
span { border-color: #2F9162; }
span { border-color: rgb(47,145,98); }
td.TdClassName
{
border-color: #2F9162;
}
.TagClassName
{
border-color: #2F9162;
}
</style>