Shades of Dark Spring Green #206E45
Tints of Dark Spring Green #206E45
RGB
CMYK
RGB Variations
Color information
#206E45 (or 0x206E45) is known color: Dark Spring Green. HEX triplet: 20, 6E and 45. RGB value is (32,110,69). Sum of RGB (Red+Green+Blue) = 32+110+69=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #206E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206E45 is #DF91BA. Grayscale: #525252. Windows color (decimal): -14651835 or 4550176. OLE color: 4550176.
HSL color Cylindrical-coordinate representation of color #206E45: hue angle of 148.46º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206E45 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 110 | 69 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.57 |
| HSL | 148.46º | 0.55% | 0.28% | - |
| HSV(B) | 148.46º | 0.71% | 0.43% | - |
| XYZ | 7.25 | 11.89 | 7.54 | - |
| YUV | 82 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 69 | 0.71 | 0 | 0.37 | 0.57 | 148.46 | 0.55 | 0.28 |
| Hex | 20 | 6E | 45 | 47 | 0 | 25 | 39 | 94 | 37 | 1C |
| Octal | 40 | 156 | 105 | 107 | 0 | 45 | 71 | 224 | 67 | 34 |
| Binary | 100000 | 1101110 | 1000101 | 1000111 | 0 | 100101 | 111001 | 10010100 | 110111 | 11100 |
Color Harmonies of #206E45
Complementary color
Monochromatic Colors of #206E45
Black with #206E45
Text Example
Text Example
White with #206E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E45; }
p { color: rgb(32,110,69); }
H1.HeaderClassName
{
color: #206E45;
}
.AnyTagClassName
{
color: #206E45;
}
</style>
background-color css
<style>
a { background-color: #206E45; }
a { background-color: rgb(32,110,69); }
div.DivClassName
{
background-color: #206E45;
}
.BgClassName
{
background-color: #206E45;
}
</style>
border-color css
<style>
span { border-color: #206E45; }
span { border-color: rgb(32,110,69); }
td.TdClassName
{
border-color: #206E45;
}
.TagClassName
{
border-color: #206E45;
}
</style>