Shades of Dark Spring Green #206E42
Tints of Dark Spring Green #206E42
RGB
CMYK
RGB Variations
Color information
#206E42 (or 0x206E42) is known color: Dark Spring Green. HEX triplet: 20, 6E and 42. RGB value is (32,110,66). Sum of RGB (Red+Green+Blue) = 32+110+66=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #206E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206E42 is #DF91BD. Grayscale: #515151. Windows color (decimal): -14651838 or 4353568. OLE color: 4353568.
HSL color Cylindrical-coordinate representation of color #206E42: hue angle of 146.15º 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 #206E42 is Cyan = 0.71, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 110 | 66 | - |
| CMYK | 0.71 | 0 | 0.4 | 0.57 |
| HSL | 146.15º | 0.55% | 0.28% | - |
| HSV(B) | 146.15º | 0.71% | 0.43% | - |
| XYZ | 7.15 | 11.85 | 7.06 | - |
| YUV | 81.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 66 | 0.71 | 0 | 0.4 | 0.57 | 146.15 | 0.55 | 0.28 |
| Hex | 20 | 6E | 42 | 47 | 0 | 28 | 39 | 92 | 37 | 1C |
| Octal | 40 | 156 | 102 | 107 | 0 | 50 | 71 | 222 | 67 | 34 |
| Binary | 100000 | 1101110 | 1000010 | 1000111 | 0 | 101000 | 111001 | 10010010 | 110111 | 11100 |
Color Harmonies of #206E42
Complementary color
Monochromatic Colors of #206E42
Black with #206E42
Text Example
Text Example
White with #206E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E42; }
p { color: rgb(32,110,66); }
H1.HeaderClassName
{
color: #206E42;
}
.AnyTagClassName
{
color: #206E42;
}
</style>
background-color css
<style>
a { background-color: #206E42; }
a { background-color: rgb(32,110,66); }
div.DivClassName
{
background-color: #206E42;
}
.BgClassName
{
background-color: #206E42;
}
</style>
border-color css
<style>
span { border-color: #206E42; }
span { border-color: rgb(32,110,66); }
td.TdClassName
{
border-color: #206E42;
}
.TagClassName
{
border-color: #206E42;
}
</style>