Shades of Eden #215D52
Tints of Eden #215D52
RGB
CMYK
RGB Variations
Color information
#215D52 (or 0x215D52) is known color: Eden. HEX triplet: 21, 5D and 52. RGB value is (33,93,82). Sum of RGB (Red+Green+Blue) = 33+93+82=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #215D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D52 is #DEA2AD. Grayscale: #494949. Windows color (decimal): -14590638 or 5397793. OLE color: 5397793.
HSL color Cylindrical-coordinate representation of color #215D52: hue angle of 169º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D52 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 82 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.64 |
| HSL | 169º | 0.48% | 0.25% | - |
| HSV(B) | 169º | 0.65% | 0.36% | - |
| XYZ | 6.06 | 8.76 | 9.35 | - |
| YUV | 73.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 82 | 0.65 | 0 | 0.12 | 0.64 | 169 | 0.48 | 0.25 |
| Hex | 21 | 5D | 52 | 41 | 0 | C | 40 | A9 | 30 | 19 |
| Octal | 41 | 135 | 122 | 101 | 0 | 14 | 100 | 251 | 60 | 31 |
| Binary | 100001 | 1011101 | 1010010 | 1000001 | 0 | 1100 | 1000000 | 10101001 | 110000 | 11001 |
Color Harmonies of #215D52
Complementary color
Monochromatic Colors of #215D52
Black with #215D52
Text Example
Text Example
White with #215D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D52; }
p { color: rgb(33,93,82); }
H1.HeaderClassName
{
color: #215D52;
}
.AnyTagClassName
{
color: #215D52;
}
</style>
background-color css
<style>
a { background-color: #215D52; }
a { background-color: rgb(33,93,82); }
div.DivClassName
{
background-color: #215D52;
}
.BgClassName
{
background-color: #215D52;
}
</style>
border-color css
<style>
span { border-color: #215D52; }
span { border-color: rgb(33,93,82); }
td.TdClassName
{
border-color: #215D52;
}
.TagClassName
{
border-color: #215D52;
}
</style>