Shades of Eden #2F6059
Tints of Eden #2F6059
RGB
CMYK
RGB Variations
Color information
#2F6059 (or 0x2F6059) is known color: Eden. HEX triplet: 2F, 60 and 59. RGB value is (47,96,89). Sum of RGB (Red+Green+Blue) = 47+96+89=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6059 is #D09FA6. Grayscale: #505050. Windows color (decimal): -13672359 or 5857327. OLE color: 5857327.
HSL color Cylindrical-coordinate representation of color #2F6059: hue angle of 171.43º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6059 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 89 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.62 |
| HSL | 171.43º | 0.34% | 0.28% | - |
| HSV(B) | 171.43º | 0.51% | 0.38% | - |
| XYZ | 7.16 | 9.69 | 10.94 | - |
| YUV | 80.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 89 | 0.51 | 0 | 0.07 | 0.62 | 171.43 | 0.34 | 0.28 |
| Hex | 2F | 60 | 59 | 33 | 0 | 7 | 3E | AB | 22 | 1C |
| Octal | 57 | 140 | 131 | 63 | 0 | 7 | 76 | 253 | 42 | 34 |
| Binary | 101111 | 1100000 | 1011001 | 110011 | 0 | 111 | 111110 | 10101011 | 100010 | 11100 |
Color Harmonies of #2F6059
Complementary color
Monochromatic Colors of #2F6059
Black with #2F6059
Text Example
Text Example
White with #2F6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6059; }
p { color: rgb(47,96,89); }
H1.HeaderClassName
{
color: #2F6059;
}
.AnyTagClassName
{
color: #2F6059;
}
</style>
background-color css
<style>
a { background-color: #2F6059; }
a { background-color: rgb(47,96,89); }
div.DivClassName
{
background-color: #2F6059;
}
.BgClassName
{
background-color: #2F6059;
}
</style>
border-color css
<style>
span { border-color: #2F6059; }
span { border-color: rgb(47,96,89); }
td.TdClassName
{
border-color: #2F6059;
}
.TagClassName
{
border-color: #2F6059;
}
</style>