Shades of Eucalyptus #2F8F62
Tints of Eucalyptus #2F8F62
RGB
CMYK
RGB Variations
Color information
#2F8F62 (or 0x2F8F62) is known color: Eucalyptus. HEX triplet: 2F, 8F and 62. RGB value is (47,143,98). Sum of RGB (Red+Green+Blue) = 47+143+98=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F62 is #D0709D. Grayscale: #6D6D6D. Windows color (decimal): -13660318 or 6459183. OLE color: 6459183.
HSL color Cylindrical-coordinate representation of color #2F8F62: hue angle of 151.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8F62 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 143 | 98 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.44 |
| HSL | 151.88º | 0.51% | 0.37% | - |
| HSV(B) | 151.88º | 0.67% | 0.56% | - |
| XYZ | 13.2 | 21.13 | 14.94 | - |
| YUV | 109.17 | 121.7 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 98 | 0.67 | 0 | 0.31 | 0.44 | 151.88 | 0.51 | 0.37 |
| Hex | 2F | 8F | 62 | 43 | 0 | 1F | 2C | 98 | 33 | 25 |
| Octal | 57 | 217 | 142 | 103 | 0 | 37 | 54 | 230 | 63 | 45 |
| Binary | 101111 | 10001111 | 1100010 | 1000011 | 0 | 11111 | 101100 | 10011000 | 110011 | 100101 |
Color Harmonies of #2F8F62
Complementary color
Monochromatic Colors of #2F8F62
Black with #2F8F62
Text Example
Text Example
White with #2F8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8F62; }
p { color: rgb(47,143,98); }
H1.HeaderClassName
{
color: #2F8F62;
}
.AnyTagClassName
{
color: #2F8F62;
}
</style>
background-color css
<style>
a { background-color: #2F8F62; }
a { background-color: rgb(47,143,98); }
div.DivClassName
{
background-color: #2F8F62;
}
.BgClassName
{
background-color: #2F8F62;
}
</style>
border-color css
<style>
span { border-color: #2F8F62; }
span { border-color: rgb(47,143,98); }
td.TdClassName
{
border-color: #2F8F62;
}
.TagClassName
{
border-color: #2F8F62;
}
</style>