Shades of Dark Spring Green #217241
Tints of Dark Spring Green #217241
RGB
CMYK
RGB Variations
Color information
#217241 (or 0x217241) is known color: Dark Spring Green. HEX triplet: 21, 72 and 41. RGB value is (33,114,65). Sum of RGB (Red+Green+Blue) = 33+114+65=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #217241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217241 is #DE8DBE. Grayscale: #545454. Windows color (decimal): -14585279 or 4289057. OLE color: 4289057.
HSL color Cylindrical-coordinate representation of color #217241: hue angle of 143.7º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217241 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 65 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.55 |
| HSL | 143.7º | 0.55% | 0.29% | - |
| HSV(B) | 143.7º | 0.71% | 0.45% | - |
| XYZ | 7.6 | 12.74 | 7.06 | - |
| YUV | 84.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 65 | 0.71 | 0 | 0.43 | 0.55 | 143.7 | 0.55 | 0.29 |
| Hex | 21 | 72 | 41 | 47 | 0 | 2B | 37 | 90 | 37 | 1D |
| Octal | 41 | 162 | 101 | 107 | 0 | 53 | 67 | 220 | 67 | 35 |
| Binary | 100001 | 1110010 | 1000001 | 1000111 | 0 | 101011 | 110111 | 10010000 | 110111 | 11101 |
Color Harmonies of #217241
Complementary color
Monochromatic Colors of #217241
Black with #217241
Text Example
Text Example
White with #217241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217241; }
p { color: rgb(33,114,65); }
H1.HeaderClassName
{
color: #217241;
}
.AnyTagClassName
{
color: #217241;
}
</style>
background-color css
<style>
a { background-color: #217241; }
a { background-color: rgb(33,114,65); }
div.DivClassName
{
background-color: #217241;
}
.BgClassName
{
background-color: #217241;
}
</style>
border-color css
<style>
span { border-color: #217241; }
span { border-color: rgb(33,114,65); }
td.TdClassName
{
border-color: #217241;
}
.TagClassName
{
border-color: #217241;
}
</style>