Shades of Dark Spring Green #206C47
Tints of Dark Spring Green #206C47
RGB
CMYK
RGB Variations
Color information
#206C47 (or 0x206C47) is known color: Dark Spring Green. HEX triplet: 20, 6C and 47. RGB value is (32,108,71). Sum of RGB (Red+Green+Blue) = 32+108+71=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #206C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206C47 is #DF93B8. Grayscale: #515151. Windows color (decimal): -14652345 or 4680736. OLE color: 4680736.
HSL color Cylindrical-coordinate representation of color #206C47: hue angle of 150.79º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C47 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 108 | 71 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.58 |
| HSL | 150.79º | 0.54% | 0.27% | - |
| HSV(B) | 150.79º | 0.7% | 0.42% | - |
| XYZ | 7.1 | 11.49 | 7.8 | - |
| YUV | 81.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 71 | 0.70 | 0 | 0.34 | 0.58 | 150.79 | 0.54 | 0.27 |
| Hex | 20 | 6C | 47 | 46 | 0 | 22 | 3A | 97 | 36 | 1B |
| Octal | 40 | 154 | 107 | 106 | 0 | 42 | 72 | 227 | 66 | 33 |
| Binary | 100000 | 1101100 | 1000111 | 1000110 | 0 | 100010 | 111010 | 10010111 | 110110 | 11011 |
Color Harmonies of #206C47
Complementary color
Monochromatic Colors of #206C47
Black with #206C47
Text Example
Text Example
White with #206C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C47; }
p { color: rgb(32,108,71); }
H1.HeaderClassName
{
color: #206C47;
}
.AnyTagClassName
{
color: #206C47;
}
</style>
background-color css
<style>
a { background-color: #206C47; }
a { background-color: rgb(32,108,71); }
div.DivClassName
{
background-color: #206C47;
}
.BgClassName
{
background-color: #206C47;
}
</style>
border-color css
<style>
span { border-color: #206C47; }
span { border-color: rgb(32,108,71); }
td.TdClassName
{
border-color: #206C47;
}
.TagClassName
{
border-color: #206C47;
}
</style>