Shades of Dark Spring Green #207146
Tints of Dark Spring Green #207146
RGB
CMYK
RGB Variations
Color information
#207146 (or 0x207146) is known color: Dark Spring Green. HEX triplet: 20, 71 and 46. RGB value is (32,113,70). Sum of RGB (Red+Green+Blue) = 32+113+70=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #207146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207146 is #DF8EB9. Grayscale: #535353. Windows color (decimal): -14651066 or 4616480. OLE color: 4616480.
HSL color Cylindrical-coordinate representation of color #207146: hue angle of 148.15º 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 #207146 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 70 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.56 |
| HSL | 148.15º | 0.56% | 0.28% | - |
| HSV(B) | 148.15º | 0.72% | 0.44% | - |
| XYZ | 7.61 | 12.56 | 7.82 | - |
| YUV | 83.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 70 | 0.72 | 0 | 0.38 | 0.56 | 148.15 | 0.56 | 0.28 |
| Hex | 20 | 71 | 46 | 48 | 0 | 26 | 38 | 94 | 38 | 1C |
| Octal | 40 | 161 | 106 | 110 | 0 | 46 | 70 | 224 | 70 | 34 |
| Binary | 100000 | 1110001 | 1000110 | 1001000 | 0 | 100110 | 111000 | 10010100 | 111000 | 11100 |
Color Harmonies of #207146
Complementary color
Monochromatic Colors of #207146
Black with #207146
Text Example
Text Example
White with #207146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207146; }
p { color: rgb(32,113,70); }
H1.HeaderClassName
{
color: #207146;
}
.AnyTagClassName
{
color: #207146;
}
</style>
background-color css
<style>
a { background-color: #207146; }
a { background-color: rgb(32,113,70); }
div.DivClassName
{
background-color: #207146;
}
.BgClassName
{
background-color: #207146;
}
</style>
border-color css
<style>
span { border-color: #207146; }
span { border-color: rgb(32,113,70); }
td.TdClassName
{
border-color: #207146;
}
.TagClassName
{
border-color: #207146;
}
</style>