Shades of Eden #2F5A51
Tints of Eden #2F5A51
RGB
CMYK
RGB Variations
Color information
#2F5A51 (or 0x2F5A51) is known color: Eden. HEX triplet: 2F, 5A and 51. RGB value is (47,90,81). Sum of RGB (Red+Green+Blue) = 47+90+81=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5A51 is #D0A5AE. Grayscale: #4C4C4C. Windows color (decimal): -13673903 or 5331503. OLE color: 5331503.
HSL color Cylindrical-coordinate representation of color #2F5A51: hue angle of 167.44º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A51 is Cyan = 0.48, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 81 | - |
| CMYK | 0.48 | 0 | 0.1 | 0.65 |
| HSL | 167.44º | 0.31% | 0.27% | - |
| HSV(B) | 167.44º | 0.48% | 0.35% | - |
| XYZ | 6.31 | 8.51 | 9.09 | - |
| YUV | 76.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 81 | 0.48 | 0 | 0.1 | 0.65 | 167.44 | 0.31 | 0.27 |
| Hex | 2F | 5A | 51 | 30 | 0 | A | 41 | A7 | 1F | 1B |
| Octal | 57 | 132 | 121 | 60 | 0 | 12 | 101 | 247 | 37 | 33 |
| Binary | 101111 | 1011010 | 1010001 | 110000 | 0 | 1010 | 1000001 | 10100111 | 11111 | 11011 |
Color Harmonies of #2F5A51
Complementary color
Monochromatic Colors of #2F5A51
Black with #2F5A51
Text Example
Text Example
White with #2F5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A51; }
p { color: rgb(47,90,81); }
H1.HeaderClassName
{
color: #2F5A51;
}
.AnyTagClassName
{
color: #2F5A51;
}
</style>
background-color css
<style>
a { background-color: #2F5A51; }
a { background-color: rgb(47,90,81); }
div.DivClassName
{
background-color: #2F5A51;
}
.BgClassName
{
background-color: #2F5A51;
}
</style>
border-color css
<style>
span { border-color: #2F5A51; }
span { border-color: rgb(47,90,81); }
td.TdClassName
{
border-color: #2F5A51;
}
.TagClassName
{
border-color: #2F5A51;
}
</style>