Shades of Dark Spring Green #207540
Tints of Dark Spring Green #207540
RGB
CMYK
RGB Variations
Color information
#207540 (or 0x207540) is known color: Dark Spring Green. HEX triplet: 20, 75 and 40. RGB value is (32,117,64). Sum of RGB (Red+Green+Blue) = 32+117+64=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #207540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207540 is #DF8ABF. Grayscale: #555555. Windows color (decimal): -14650048 or 4224288. OLE color: 4224288.
HSL color Cylindrical-coordinate representation of color #207540: hue angle of 142.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207540 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 64 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.54 |
| HSL | 142.59º | 0.57% | 0.29% | - |
| HSV(B) | 142.59º | 0.73% | 0.46% | - |
| XYZ | 7.88 | 13.4 | 7.02 | - |
| YUV | 85.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 64 | 0.73 | 0 | 0.45 | 0.54 | 142.59 | 0.57 | 0.29 |
| Hex | 20 | 75 | 40 | 49 | 0 | 2D | 36 | 8F | 39 | 1D |
| Octal | 40 | 165 | 100 | 111 | 0 | 55 | 66 | 217 | 71 | 35 |
| Binary | 100000 | 1110101 | 1000000 | 1001001 | 0 | 101101 | 110110 | 10001111 | 111001 | 11101 |
Color Harmonies of #207540
Complementary color
Monochromatic Colors of #207540
Black with #207540
Text Example
Text Example
White with #207540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207540; }
p { color: rgb(32,117,64); }
H1.HeaderClassName
{
color: #207540;
}
.AnyTagClassName
{
color: #207540;
}
</style>
background-color css
<style>
a { background-color: #207540; }
a { background-color: rgb(32,117,64); }
div.DivClassName
{
background-color: #207540;
}
.BgClassName
{
background-color: #207540;
}
</style>
border-color css
<style>
span { border-color: #207540; }
span { border-color: rgb(32,117,64); }
td.TdClassName
{
border-color: #207540;
}
.TagClassName
{
border-color: #207540;
}
</style>