Shades of Dark Spring Green #207245
Tints of Dark Spring Green #207245
RGB
CMYK
RGB Variations
Color information
#207245 (or 0x207245) is known color: Dark Spring Green. HEX triplet: 20, 72 and 45. RGB value is (32,114,69). Sum of RGB (Red+Green+Blue) = 32+114+69=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #207245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207245 is #DF8DBA. Grayscale: #545454. Windows color (decimal): -14650811 or 4551200. OLE color: 4551200.
HSL color Cylindrical-coordinate representation of color #207245: hue angle of 147.07º degrees, saturation: 0.56, 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 #207245 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 69 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.55 |
| HSL | 147.07º | 0.56% | 0.29% | - |
| HSV(B) | 147.07º | 0.72% | 0.45% | - |
| XYZ | 7.69 | 12.77 | 7.69 | - |
| YUV | 84.35 | 119.33 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 69 | 0.72 | 0 | 0.39 | 0.55 | 147.07 | 0.56 | 0.29 |
| Hex | 20 | 72 | 45 | 48 | 0 | 27 | 37 | 93 | 38 | 1D |
| Octal | 40 | 162 | 105 | 110 | 0 | 47 | 67 | 223 | 70 | 35 |
| Binary | 100000 | 1110010 | 1000101 | 1001000 | 0 | 100111 | 110111 | 10010011 | 111000 | 11101 |
Color Harmonies of #207245
Complementary color
Monochromatic Colors of #207245
Black with #207245
Text Example
Text Example
White with #207245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207245; }
p { color: rgb(32,114,69); }
H1.HeaderClassName
{
color: #207245;
}
.AnyTagClassName
{
color: #207245;
}
</style>
background-color css
<style>
a { background-color: #207245; }
a { background-color: rgb(32,114,69); }
div.DivClassName
{
background-color: #207245;
}
.BgClassName
{
background-color: #207245;
}
</style>
border-color css
<style>
span { border-color: #207245; }
span { border-color: rgb(32,114,69); }
td.TdClassName
{
border-color: #207245;
}
.TagClassName
{
border-color: #207245;
}
</style>