Shades of Dark Spring Green #216D45
Tints of Dark Spring Green #216D45
RGB
CMYK
RGB Variations
Color information
#216D45 (or 0x216D45) is known color: Dark Spring Green. HEX triplet: 21, 6D and 45. RGB value is (33,109,69). Sum of RGB (Red+Green+Blue) = 33+109+69=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #216D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D45 is #DE92BA. Grayscale: #515151. Windows color (decimal): -14586555 or 4549921. OLE color: 4549921.
HSL color Cylindrical-coordinate representation of color #216D45: hue angle of 148.42º 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 #216D45 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 69 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.57 |
| HSL | 148.42º | 0.54% | 0.28% | - |
| HSV(B) | 148.42º | 0.7% | 0.43% | - |
| XYZ | 7.17 | 11.69 | 7.51 | - |
| YUV | 81.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 69 | 0.70 | 0 | 0.37 | 0.57 | 148.42 | 0.54 | 0.28 |
| Hex | 21 | 6D | 45 | 46 | 0 | 25 | 39 | 94 | 36 | 1C |
| Octal | 41 | 155 | 105 | 106 | 0 | 45 | 71 | 224 | 66 | 34 |
| Binary | 100001 | 1101101 | 1000101 | 1000110 | 0 | 100101 | 111001 | 10010100 | 110110 | 11100 |
Color Harmonies of #216D45
Complementary color
Monochromatic Colors of #216D45
Black with #216D45
Text Example
Text Example
White with #216D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D45; }
p { color: rgb(33,109,69); }
H1.HeaderClassName
{
color: #216D45;
}
.AnyTagClassName
{
color: #216D45;
}
</style>
background-color css
<style>
a { background-color: #216D45; }
a { background-color: rgb(33,109,69); }
div.DivClassName
{
background-color: #216D45;
}
.BgClassName
{
background-color: #216D45;
}
</style>
border-color css
<style>
span { border-color: #216D45; }
span { border-color: rgb(33,109,69); }
td.TdClassName
{
border-color: #216D45;
}
.TagClassName
{
border-color: #216D45;
}
</style>