Shades of Dark Spring Green #216E4D
Tints of Dark Spring Green #216E4D
RGB
CMYK
RGB Variations
Color information
#216E4D (or 0x216E4D) is known color: Dark Spring Green. HEX triplet: 21, 6E and 4D. RGB value is (33,110,77). Sum of RGB (Red+Green+Blue) = 33+110+77=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #216E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E4D is #DE91B2. Grayscale: #535353. Windows color (decimal): -14586291 or 5074465. OLE color: 5074465.
HSL color Cylindrical-coordinate representation of color #216E4D: hue angle of 154.29º 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 #216E4D is Cyan = 0.7, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 110 | 77 | - |
| CMYK | 0.7 | 0 | 0.3 | 0.57 |
| HSL | 154.29º | 0.54% | 0.28% | - |
| HSV(B) | 154.29º | 0.7% | 0.43% | - |
| XYZ | 7.54 | 12.01 | 8.94 | - |
| YUV | 83.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 77 | 0.7 | 0 | 0.3 | 0.57 | 154.29 | 0.54 | 0.28 |
| Hex | 21 | 6E | 4D | 46 | 0 | 1E | 39 | 9A | 36 | 1C |
| Octal | 41 | 156 | 115 | 106 | 0 | 36 | 71 | 232 | 66 | 34 |
| Binary | 100001 | 1101110 | 1001101 | 1000110 | 0 | 11110 | 111001 | 10011010 | 110110 | 11100 |
Color Harmonies of #216E4D
Complementary color
Monochromatic Colors of #216E4D
Black with #216E4D
Text Example
Text Example
White with #216E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E4D; }
p { color: rgb(33,110,77); }
H1.HeaderClassName
{
color: #216E4D;
}
.AnyTagClassName
{
color: #216E4D;
}
</style>
background-color css
<style>
a { background-color: #216E4D; }
a { background-color: rgb(33,110,77); }
div.DivClassName
{
background-color: #216E4D;
}
.BgClassName
{
background-color: #216E4D;
}
</style>
border-color css
<style>
span { border-color: #216E4D; }
span { border-color: rgb(33,110,77); }
td.TdClassName
{
border-color: #216E4D;
}
.TagClassName
{
border-color: #216E4D;
}
</style>