Shades of Dark Spring Green #207440
Tints of Dark Spring Green #207440
RGB
CMYK
RGB Variations
Color information
#207440 (or 0x207440) is known color: Dark Spring Green. HEX triplet: 20, 74 and 40. RGB value is (32,116,64). Sum of RGB (Red+Green+Blue) = 32+116+64=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #207440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207440 is #DF8BBF. Grayscale: #555555. Windows color (decimal): -14650304 or 4224032. OLE color: 4224032.
HSL color Cylindrical-coordinate representation of color #207440: hue angle of 142.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207440 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 64 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.55 |
| HSL | 142.86º | 0.57% | 0.29% | - |
| HSV(B) | 142.86º | 0.72% | 0.45% | - |
| XYZ | 7.77 | 13.17 | 6.98 | - |
| YUV | 84.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 64 | 0.72 | 0 | 0.45 | 0.55 | 142.86 | 0.57 | 0.29 |
| Hex | 20 | 74 | 40 | 48 | 0 | 2D | 37 | 8F | 39 | 1D |
| Octal | 40 | 164 | 100 | 110 | 0 | 55 | 67 | 217 | 71 | 35 |
| Binary | 100000 | 1110100 | 1000000 | 1001000 | 0 | 101101 | 110111 | 10001111 | 111001 | 11101 |
Color Harmonies of #207440
Complementary color
Monochromatic Colors of #207440
Black with #207440
Text Example
Text Example
White with #207440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207440; }
p { color: rgb(32,116,64); }
H1.HeaderClassName
{
color: #207440;
}
.AnyTagClassName
{
color: #207440;
}
</style>
background-color css
<style>
a { background-color: #207440; }
a { background-color: rgb(32,116,64); }
div.DivClassName
{
background-color: #207440;
}
.BgClassName
{
background-color: #207440;
}
</style>
border-color css
<style>
span { border-color: #207440; }
span { border-color: rgb(32,116,64); }
td.TdClassName
{
border-color: #207440;
}
.TagClassName
{
border-color: #207440;
}
</style>