Shades of Eden #2F6259
Tints of Eden #2F6259
RGB
CMYK
RGB Variations
Color information
#2F6259 (or 0x2F6259) is known color: Eden. HEX triplet: 2F, 62 and 59. RGB value is (47,98,89). Sum of RGB (Red+Green+Blue) = 47+98+89=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6259 is #D09DA6. Grayscale: #515151. Windows color (decimal): -13671847 or 5857839. OLE color: 5857839.
HSL color Cylindrical-coordinate representation of color #2F6259: hue angle of 169.41º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F6259 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 89 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.62 |
| HSL | 169.41º | 0.35% | 0.28% | - |
| HSV(B) | 169.41º | 0.52% | 0.38% | - |
| XYZ | 7.34 | 10.06 | 11.01 | - |
| YUV | 81.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 89 | 0.52 | 0 | 0.09 | 0.62 | 169.41 | 0.35 | 0.28 |
| Hex | 2F | 62 | 59 | 34 | 0 | 9 | 3E | A9 | 23 | 1C |
| Octal | 57 | 142 | 131 | 64 | 0 | 11 | 76 | 251 | 43 | 34 |
| Binary | 101111 | 1100010 | 1011001 | 110100 | 0 | 1001 | 111110 | 10101001 | 100011 | 11100 |
Color Harmonies of #2F6259
Complementary color
Monochromatic Colors of #2F6259
Black with #2F6259
Text Example
Text Example
White with #2F6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6259; }
p { color: rgb(47,98,89); }
H1.HeaderClassName
{
color: #2F6259;
}
.AnyTagClassName
{
color: #2F6259;
}
</style>
background-color css
<style>
a { background-color: #2F6259; }
a { background-color: rgb(47,98,89); }
div.DivClassName
{
background-color: #2F6259;
}
.BgClassName
{
background-color: #2F6259;
}
</style>
border-color css
<style>
span { border-color: #2F6259; }
span { border-color: rgb(47,98,89); }
td.TdClassName
{
border-color: #2F6259;
}
.TagClassName
{
border-color: #2F6259;
}
</style>