Shades of Eden #216E5D
Tints of Eden #216E5D
RGB
CMYK
RGB Variations
Color information
#216E5D (or 0x216E5D) is known color: Eden. HEX triplet: 21, 6E and 5D. RGB value is (33,110,93). Sum of RGB (Red+Green+Blue) = 33+110+93=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #216E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E5D is #DE91A2. Grayscale: #555555. Windows color (decimal): -14586275 or 6123041. OLE color: 6123041.
HSL color Cylindrical-coordinate representation of color #216E5D: hue angle of 166.75º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E5D is Cyan = 0.7, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 110 | 93 | - |
| CMYK | 0.7 | 0 | 0.15 | 0.57 |
| HSL | 166.75º | 0.54% | 0.28% | - |
| HSV(B) | 166.75º | 0.7% | 0.43% | - |
| XYZ | 8.18 | 12.27 | 12.29 | - |
| YUV | 85.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 93 | 0.7 | 0 | 0.15 | 0.57 | 166.75 | 0.54 | 0.28 |
| Hex | 21 | 6E | 5D | 46 | 0 | F | 39 | A7 | 36 | 1C |
| Octal | 41 | 156 | 135 | 106 | 0 | 17 | 71 | 247 | 66 | 34 |
| Binary | 100001 | 1101110 | 1011101 | 1000110 | 0 | 1111 | 111001 | 10100111 | 110110 | 11100 |
Color Harmonies of #216E5D
Complementary color
Monochromatic Colors of #216E5D
Black with #216E5D
Text Example
Text Example
White with #216E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E5D; }
p { color: rgb(33,110,93); }
H1.HeaderClassName
{
color: #216E5D;
}
.AnyTagClassName
{
color: #216E5D;
}
</style>
background-color css
<style>
a { background-color: #216E5D; }
a { background-color: rgb(33,110,93); }
div.DivClassName
{
background-color: #216E5D;
}
.BgClassName
{
background-color: #216E5D;
}
</style>
border-color css
<style>
span { border-color: #216E5D; }
span { border-color: rgb(33,110,93); }
td.TdClassName
{
border-color: #216E5D;
}
.TagClassName
{
border-color: #216E5D;
}
</style>