Shades of Eden #2F6F59
Tints of Eden #2F6F59
RGB
CMYK
RGB Variations
Color information
#2F6F59 (or 0x2F6F59) is known color: Eden. HEX triplet: 2F, 6F and 59. RGB value is (47,111,89). Sum of RGB (Red+Green+Blue) = 47+111+89=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F59 is #D090A6. Grayscale: #595959. Windows color (decimal): -13668519 or 5861167. OLE color: 5861167.
HSL color Cylindrical-coordinate representation of color #2F6F59: hue angle of 159.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6F59 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 111 | 89 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.56 |
| HSL | 159.38º | 0.41% | 0.31% | - |
| HSV(B) | 159.38º | 0.58% | 0.44% | - |
| XYZ | 8.66 | 12.69 | 11.45 | - |
| YUV | 89.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 111 | 89 | 0.58 | 0 | 0.20 | 0.56 | 159.38 | 0.41 | 0.31 |
| Hex | 2F | 6F | 59 | 3A | 0 | 14 | 38 | 9F | 29 | 1F |
| Octal | 57 | 157 | 131 | 72 | 0 | 24 | 70 | 237 | 51 | 37 |
| Binary | 101111 | 1101111 | 1011001 | 111010 | 0 | 10100 | 111000 | 10011111 | 101001 | 11111 |
Color Harmonies of #2F6F59
Complementary color
Monochromatic Colors of #2F6F59
Black with #2F6F59
Text Example
Text Example
White with #2F6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6F59; }
p { color: rgb(47,111,89); }
H1.HeaderClassName
{
color: #2F6F59;
}
.AnyTagClassName
{
color: #2F6F59;
}
</style>
background-color css
<style>
a { background-color: #2F6F59; }
a { background-color: rgb(47,111,89); }
div.DivClassName
{
background-color: #2F6F59;
}
.BgClassName
{
background-color: #2F6F59;
}
</style>
border-color css
<style>
span { border-color: #2F6F59; }
span { border-color: rgb(47,111,89); }
td.TdClassName
{
border-color: #2F6F59;
}
.TagClassName
{
border-color: #2F6F59;
}
</style>