Shades of Eden #2F5D52
Tints of Eden #2F5D52
RGB
CMYK
RGB Variations
Color information
#2F5D52 (or 0x2F5D52) is known color: Eden. HEX triplet: 2F, 5D and 52. RGB value is (47,93,82). Sum of RGB (Red+Green+Blue) = 47+93+82=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D52 is #D0A2AD. Grayscale: #4D4D4D. Windows color (decimal): -13673134 or 5397807. OLE color: 5397807.
HSL color Cylindrical-coordinate representation of color #2F5D52: hue angle of 165.65º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5D52 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 82 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.64 |
| HSL | 165.65º | 0.33% | 0.27% | - |
| HSV(B) | 165.65º | 0.49% | 0.36% | - |
| XYZ | 6.61 | 9.04 | 9.38 | - |
| YUV | 77.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 82 | 0.49 | 0 | 0.12 | 0.64 | 165.65 | 0.33 | 0.27 |
| Hex | 2F | 5D | 52 | 31 | 0 | C | 40 | A6 | 21 | 1B |
| Octal | 57 | 135 | 122 | 61 | 0 | 14 | 100 | 246 | 41 | 33 |
| Binary | 101111 | 1011101 | 1010010 | 110001 | 0 | 1100 | 1000000 | 10100110 | 100001 | 11011 |
Color Harmonies of #2F5D52
Complementary color
Monochromatic Colors of #2F5D52
Black with #2F5D52
Text Example
Text Example
White with #2F5D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D52; }
p { color: rgb(47,93,82); }
H1.HeaderClassName
{
color: #2F5D52;
}
.AnyTagClassName
{
color: #2F5D52;
}
</style>
background-color css
<style>
a { background-color: #2F5D52; }
a { background-color: rgb(47,93,82); }
div.DivClassName
{
background-color: #2F5D52;
}
.BgClassName
{
background-color: #2F5D52;
}
</style>
border-color css
<style>
span { border-color: #2F5D52; }
span { border-color: rgb(47,93,82); }
td.TdClassName
{
border-color: #2F5D52;
}
.TagClassName
{
border-color: #2F5D52;
}
</style>