Shades of Eden #215F52
Tints of Eden #215F52
RGB
CMYK
RGB Variations
Color information
#215F52 (or 0x215F52) is known color: Eden. HEX triplet: 21, 5F and 52. RGB value is (33,95,82). Sum of RGB (Red+Green+Blue) = 33+95+82=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #215F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F52 is #DEA0AD. Grayscale: #4A4A4A. Windows color (decimal): -14590126 or 5398305. OLE color: 5398305.
HSL color Cylindrical-coordinate representation of color #215F52: hue angle of 167.42º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215F52 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 82 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.63 |
| HSL | 167.42º | 0.48% | 0.25% | - |
| HSV(B) | 167.42º | 0.65% | 0.37% | - |
| XYZ | 6.24 | 9.12 | 9.41 | - |
| YUV | 74.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 82 | 0.65 | 0 | 0.14 | 0.63 | 167.42 | 0.48 | 0.25 |
| Hex | 21 | 5F | 52 | 41 | 0 | E | 3F | A7 | 30 | 19 |
| Octal | 41 | 137 | 122 | 101 | 0 | 16 | 77 | 247 | 60 | 31 |
| Binary | 100001 | 1011111 | 1010010 | 1000001 | 0 | 1110 | 111111 | 10100111 | 110000 | 11001 |
Color Harmonies of #215F52
Complementary color
Monochromatic Colors of #215F52
Black with #215F52
Text Example
Text Example
White with #215F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F52; }
p { color: rgb(33,95,82); }
H1.HeaderClassName
{
color: #215F52;
}
.AnyTagClassName
{
color: #215F52;
}
</style>
background-color css
<style>
a { background-color: #215F52; }
a { background-color: rgb(33,95,82); }
div.DivClassName
{
background-color: #215F52;
}
.BgClassName
{
background-color: #215F52;
}
</style>
border-color css
<style>
span { border-color: #215F52; }
span { border-color: rgb(33,95,82); }
td.TdClassName
{
border-color: #215F52;
}
.TagClassName
{
border-color: #215F52;
}
</style>