Shades of Dark Spring Green #217141
Tints of Dark Spring Green #217141
RGB
CMYK
RGB Variations
Color information
#217141 (or 0x217141) is known color: Dark Spring Green. HEX triplet: 21, 71 and 41. RGB value is (33,113,65). Sum of RGB (Red+Green+Blue) = 33+113+65=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #217141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217141 is #DE8EBE. Grayscale: #535353. Windows color (decimal): -14585535 or 4288801. OLE color: 4288801.
HSL color Cylindrical-coordinate representation of color #217141: hue angle of 144º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217141 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 65 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.56 |
| HSL | 144º | 0.55% | 0.29% | - |
| HSV(B) | 144º | 0.71% | 0.44% | - |
| XYZ | 7.49 | 12.52 | 7.02 | - |
| YUV | 83.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 65 | 0.71 | 0 | 0.42 | 0.56 | 144 | 0.55 | 0.29 |
| Hex | 21 | 71 | 41 | 47 | 0 | 2A | 38 | 90 | 37 | 1D |
| Octal | 41 | 161 | 101 | 107 | 0 | 52 | 70 | 220 | 67 | 35 |
| Binary | 100001 | 1110001 | 1000001 | 1000111 | 0 | 101010 | 111000 | 10010000 | 110111 | 11101 |
Color Harmonies of #217141
Complementary color
Monochromatic Colors of #217141
Black with #217141
Text Example
Text Example
White with #217141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217141; }
p { color: rgb(33,113,65); }
H1.HeaderClassName
{
color: #217141;
}
.AnyTagClassName
{
color: #217141;
}
</style>
background-color css
<style>
a { background-color: #217141; }
a { background-color: rgb(33,113,65); }
div.DivClassName
{
background-color: #217141;
}
.BgClassName
{
background-color: #217141;
}
</style>
border-color css
<style>
span { border-color: #217141; }
span { border-color: rgb(33,113,65); }
td.TdClassName
{
border-color: #217141;
}
.TagClassName
{
border-color: #217141;
}
</style>