Shades of Dark Spring Green #217F40
Tints of Dark Spring Green #217F40
RGB
CMYK
RGB Variations
Color information
#217F40 (or 0x217F40) is known color: Dark Spring Green. HEX triplet: 21, 7F and 40. RGB value is (33,127,64). Sum of RGB (Red+Green+Blue) = 33+127+64=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #217F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F40 is #DE80BF. Grayscale: #5B5B5B. Windows color (decimal): -14581952 or 4226849. OLE color: 4226849.
HSL color Cylindrical-coordinate representation of color #217F40: hue angle of 139.79º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F40 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 64 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.50 |
| HSL | 139.79º | 0.59% | 0.31% | - |
| HSV(B) | 139.79º | 0.74% | 0.5% | - |
| XYZ | 9.14 | 15.87 | 7.43 | - |
| YUV | 91.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 64 | 0.74 | 0 | 0.50 | 0.50 | 139.79 | 0.59 | 0.31 |
| Hex | 21 | 7F | 40 | 4A | 0 | 32 | 32 | 8C | 3B | 1F |
| Octal | 41 | 177 | 100 | 112 | 0 | 62 | 62 | 214 | 73 | 37 |
| Binary | 100001 | 1111111 | 1000000 | 1001010 | 0 | 110010 | 110010 | 10001100 | 111011 | 11111 |
Color Harmonies of #217F40
Complementary color
Monochromatic Colors of #217F40
Black with #217F40
Text Example
Text Example
White with #217F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F40; }
p { color: rgb(33,127,64); }
H1.HeaderClassName
{
color: #217F40;
}
.AnyTagClassName
{
color: #217F40;
}
</style>
background-color css
<style>
a { background-color: #217F40; }
a { background-color: rgb(33,127,64); }
div.DivClassName
{
background-color: #217F40;
}
.BgClassName
{
background-color: #217F40;
}
</style>
border-color css
<style>
span { border-color: #217F40; }
span { border-color: rgb(33,127,64); }
td.TdClassName
{
border-color: #217F40;
}
.TagClassName
{
border-color: #217F40;
}
</style>