Shades of Dark Spring Green #216D4C
Tints of Dark Spring Green #216D4C
RGB
CMYK
RGB Variations
Color information
#216D4C (or 0x216D4C) is known color: Dark Spring Green. HEX triplet: 21, 6D and 4C. RGB value is (33,109,76). Sum of RGB (Red+Green+Blue) = 33+109+76=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #216D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D4C is #DE92B3. Grayscale: #525252. Windows color (decimal): -14586548 or 5008673. OLE color: 5008673.
HSL color Cylindrical-coordinate representation of color #216D4C: hue angle of 153.95º 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 #216D4C is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 76 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.57 |
| HSL | 153.95º | 0.54% | 0.28% | - |
| HSV(B) | 153.95º | 0.7% | 0.43% | - |
| XYZ | 7.4 | 11.78 | 8.72 | - |
| YUV | 82.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 76 | 0.70 | 0 | 0.30 | 0.57 | 153.95 | 0.54 | 0.28 |
| Hex | 21 | 6D | 4C | 46 | 0 | 1E | 39 | 9A | 36 | 1C |
| Octal | 41 | 155 | 114 | 106 | 0 | 36 | 71 | 232 | 66 | 34 |
| Binary | 100001 | 1101101 | 1001100 | 1000110 | 0 | 11110 | 111001 | 10011010 | 110110 | 11100 |
Color Harmonies of #216D4C
Complementary color
Monochromatic Colors of #216D4C
Black with #216D4C
Text Example
Text Example
White with #216D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D4C; }
p { color: rgb(33,109,76); }
H1.HeaderClassName
{
color: #216D4C;
}
.AnyTagClassName
{
color: #216D4C;
}
</style>
background-color css
<style>
a { background-color: #216D4C; }
a { background-color: rgb(33,109,76); }
div.DivClassName
{
background-color: #216D4C;
}
.BgClassName
{
background-color: #216D4C;
}
</style>
border-color css
<style>
span { border-color: #216D4C; }
span { border-color: rgb(33,109,76); }
td.TdClassName
{
border-color: #216D4C;
}
.TagClassName
{
border-color: #216D4C;
}
</style>