Shades of Dark Spring Green #206F42
Tints of Dark Spring Green #206F42
RGB
CMYK
RGB Variations
Color information
#206F42 (or 0x206F42) is known color: Dark Spring Green. HEX triplet: 20, 6F and 42. RGB value is (32,111,66). Sum of RGB (Red+Green+Blue) = 32+111+66=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #206F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F42 is #DF90BD. Grayscale: #525252. Windows color (decimal): -14651582 or 4353824. OLE color: 4353824.
HSL color Cylindrical-coordinate representation of color #206F42: hue angle of 145.82º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F42 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 66 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.56 |
| HSL | 145.82º | 0.55% | 0.28% | - |
| HSV(B) | 145.82º | 0.71% | 0.44% | - |
| XYZ | 7.26 | 12.07 | 7.1 | - |
| YUV | 82.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 66 | 0.71 | 0 | 0.41 | 0.56 | 145.82 | 0.55 | 0.28 |
| Hex | 20 | 6F | 42 | 47 | 0 | 29 | 38 | 92 | 37 | 1C |
| Octal | 40 | 157 | 102 | 107 | 0 | 51 | 70 | 222 | 67 | 34 |
| Binary | 100000 | 1101111 | 1000010 | 1000111 | 0 | 101001 | 111000 | 10010010 | 110111 | 11100 |
Color Harmonies of #206F42
Complementary color
Monochromatic Colors of #206F42
Black with #206F42
Text Example
Text Example
White with #206F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F42; }
p { color: rgb(32,111,66); }
H1.HeaderClassName
{
color: #206F42;
}
.AnyTagClassName
{
color: #206F42;
}
</style>
background-color css
<style>
a { background-color: #206F42; }
a { background-color: rgb(32,111,66); }
div.DivClassName
{
background-color: #206F42;
}
.BgClassName
{
background-color: #206F42;
}
</style>
border-color css
<style>
span { border-color: #206F42; }
span { border-color: rgb(32,111,66); }
td.TdClassName
{
border-color: #206F42;
}
.TagClassName
{
border-color: #206F42;
}
</style>