Shades of Dark Spring Green #207045
Tints of Dark Spring Green #207045
RGB
CMYK
RGB Variations
Color information
#207045 (or 0x207045) is known color: Dark Spring Green. HEX triplet: 20, 70 and 45. RGB value is (32,112,69). Sum of RGB (Red+Green+Blue) = 32+112+69=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #207045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207045 is #DF8FBA. Grayscale: #535353. Windows color (decimal): -14651323 or 4550688. OLE color: 4550688.
HSL color Cylindrical-coordinate representation of color #207045: hue angle of 147.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207045 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 69 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.56 |
| HSL | 147.75º | 0.56% | 0.28% | - |
| HSV(B) | 147.75º | 0.71% | 0.44% | - |
| XYZ | 7.46 | 12.33 | 7.62 | - |
| YUV | 83.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 69 | 0.71 | 0 | 0.38 | 0.56 | 147.75 | 0.56 | 0.28 |
| Hex | 20 | 70 | 45 | 47 | 0 | 26 | 38 | 94 | 38 | 1C |
| Octal | 40 | 160 | 105 | 107 | 0 | 46 | 70 | 224 | 70 | 34 |
| Binary | 100000 | 1110000 | 1000101 | 1000111 | 0 | 100110 | 111000 | 10010100 | 111000 | 11100 |
Color Harmonies of #207045
Complementary color
Monochromatic Colors of #207045
Black with #207045
Text Example
Text Example
White with #207045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207045; }
p { color: rgb(32,112,69); }
H1.HeaderClassName
{
color: #207045;
}
.AnyTagClassName
{
color: #207045;
}
</style>
background-color css
<style>
a { background-color: #207045; }
a { background-color: rgb(32,112,69); }
div.DivClassName
{
background-color: #207045;
}
.BgClassName
{
background-color: #207045;
}
</style>
border-color css
<style>
span { border-color: #207045; }
span { border-color: rgb(32,112,69); }
td.TdClassName
{
border-color: #207045;
}
.TagClassName
{
border-color: #207045;
}
</style>