Shades of Eden #2F6256
Tints of Eden #2F6256
RGB
CMYK
RGB Variations
Color information
#2F6256 (or 0x2F6256) is known color: Eden. HEX triplet: 2F, 62 and 56. RGB value is (47,98,86). Sum of RGB (Red+Green+Blue) = 47+98+86=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6256 is #D09DA9. Grayscale: #515151. Windows color (decimal): -13671850 or 5661231. OLE color: 5661231.
HSL color Cylindrical-coordinate representation of color #2F6256: hue angle of 165.88º 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 #2F6256 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 86 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.62 |
| HSL | 165.88º | 0.35% | 0.28% | - |
| HSV(B) | 165.88º | 0.52% | 0.38% | - |
| XYZ | 7.22 | 10.01 | 10.36 | - |
| YUV | 81.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 86 | 0.52 | 0 | 0.12 | 0.62 | 165.88 | 0.35 | 0.28 |
| Hex | 2F | 62 | 56 | 34 | 0 | C | 3E | A6 | 23 | 1C |
| Octal | 57 | 142 | 126 | 64 | 0 | 14 | 76 | 246 | 43 | 34 |
| Binary | 101111 | 1100010 | 1010110 | 110100 | 0 | 1100 | 111110 | 10100110 | 100011 | 11100 |
Color Harmonies of #2F6256
Complementary color
Monochromatic Colors of #2F6256
Black with #2F6256
Text Example
Text Example
White with #2F6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6256; }
p { color: rgb(47,98,86); }
H1.HeaderClassName
{
color: #2F6256;
}
.AnyTagClassName
{
color: #2F6256;
}
</style>
background-color css
<style>
a { background-color: #2F6256; }
a { background-color: rgb(47,98,86); }
div.DivClassName
{
background-color: #2F6256;
}
.BgClassName
{
background-color: #2F6256;
}
</style>
border-color css
<style>
span { border-color: #2F6256; }
span { border-color: rgb(47,98,86); }
td.TdClassName
{
border-color: #2F6256;
}
.TagClassName
{
border-color: #2F6256;
}
</style>