Shades of Dark Spring Green #207145
Tints of Dark Spring Green #207145
RGB
CMYK
RGB Variations
Color information
#207145 (or 0x207145) is known color: Dark Spring Green. HEX triplet: 20, 71 and 45. RGB value is (32,113,69). Sum of RGB (Red+Green+Blue) = 32+113+69=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #207145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207145 is #DF8EBA. Grayscale: #535353. Windows color (decimal): -14651067 or 4550944. OLE color: 4550944.
HSL color Cylindrical-coordinate representation of color #207145: hue angle of 147.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207145 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 69 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.56 |
| HSL | 147.41º | 0.56% | 0.28% | - |
| HSV(B) | 147.41º | 0.72% | 0.44% | - |
| XYZ | 7.57 | 12.55 | 7.65 | - |
| YUV | 83.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 69 | 0.72 | 0 | 0.39 | 0.56 | 147.41 | 0.56 | 0.28 |
| Hex | 20 | 71 | 45 | 48 | 0 | 27 | 38 | 93 | 38 | 1C |
| Octal | 40 | 161 | 105 | 110 | 0 | 47 | 70 | 223 | 70 | 34 |
| Binary | 100000 | 1110001 | 1000101 | 1001000 | 0 | 100111 | 111000 | 10010011 | 111000 | 11100 |
Color Harmonies of #207145
Complementary color
Monochromatic Colors of #207145
Black with #207145
Text Example
Text Example
White with #207145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207145; }
p { color: rgb(32,113,69); }
H1.HeaderClassName
{
color: #207145;
}
.AnyTagClassName
{
color: #207145;
}
</style>
background-color css
<style>
a { background-color: #207145; }
a { background-color: rgb(32,113,69); }
div.DivClassName
{
background-color: #207145;
}
.BgClassName
{
background-color: #207145;
}
</style>
border-color css
<style>
span { border-color: #207145; }
span { border-color: rgb(32,113,69); }
td.TdClassName
{
border-color: #207145;
}
.TagClassName
{
border-color: #207145;
}
</style>