Shades of Dark Spring Green #217C40
Tints of Dark Spring Green #217C40
RGB
CMYK
RGB Variations
Color information
#217C40 (or 0x217C40) is known color: Dark Spring Green. HEX triplet: 21, 7C and 40. RGB value is (33,124,64). Sum of RGB (Red+Green+Blue) = 33+124+64=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #217C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C40 is #DE83BF. Grayscale: #5A5A5A. Windows color (decimal): -14582720 or 4226081. OLE color: 4226081.
HSL color Cylindrical-coordinate representation of color #217C40: hue angle of 140.44º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C40 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 64 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.51 |
| HSL | 140.44º | 0.58% | 0.31% | - |
| HSV(B) | 140.44º | 0.73% | 0.49% | - |
| XYZ | 8.76 | 15.11 | 7.31 | - |
| YUV | 89.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 64 | 0.73 | 0 | 0.48 | 0.51 | 140.44 | 0.58 | 0.31 |
| Hex | 21 | 7C | 40 | 49 | 0 | 30 | 33 | 8C | 3A | 1F |
| Octal | 41 | 174 | 100 | 111 | 0 | 60 | 63 | 214 | 72 | 37 |
| Binary | 100001 | 1111100 | 1000000 | 1001001 | 0 | 110000 | 110011 | 10001100 | 111010 | 11111 |
Color Harmonies of #217C40
Complementary color
Monochromatic Colors of #217C40
Black with #217C40
Text Example
Text Example
White with #217C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C40; }
p { color: rgb(33,124,64); }
H1.HeaderClassName
{
color: #217C40;
}
.AnyTagClassName
{
color: #217C40;
}
</style>
background-color css
<style>
a { background-color: #217C40; }
a { background-color: rgb(33,124,64); }
div.DivClassName
{
background-color: #217C40;
}
.BgClassName
{
background-color: #217C40;
}
</style>
border-color css
<style>
span { border-color: #217C40; }
span { border-color: rgb(33,124,64); }
td.TdClassName
{
border-color: #217C40;
}
.TagClassName
{
border-color: #217C40;
}
</style>