Shades of Dark Spring Green #206F4D
Tints of Dark Spring Green #206F4D
RGB
CMYK
RGB Variations
Color information
#206F4D (or 0x206F4D) is known color: Dark Spring Green. HEX triplet: 20, 6F and 4D. RGB value is (32,111,77). Sum of RGB (Red+Green+Blue) = 32+111+77=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #206F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F4D is #DF90B2. Grayscale: #535353. Windows color (decimal): -14651571 or 5074720. OLE color: 5074720.
HSL color Cylindrical-coordinate representation of color #206F4D: hue angle of 154.18º 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 #206F4D is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 77 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.56 |
| HSL | 154.18º | 0.55% | 0.28% | - |
| HSV(B) | 154.18º | 0.71% | 0.44% | - |
| XYZ | 7.62 | 12.21 | 8.98 | - |
| YUV | 83.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 77 | 0.71 | 0 | 0.31 | 0.56 | 154.18 | 0.55 | 0.28 |
| Hex | 20 | 6F | 4D | 47 | 0 | 1F | 38 | 9A | 37 | 1C |
| Octal | 40 | 157 | 115 | 107 | 0 | 37 | 70 | 232 | 67 | 34 |
| Binary | 100000 | 1101111 | 1001101 | 1000111 | 0 | 11111 | 111000 | 10011010 | 110111 | 11100 |
Color Harmonies of #206F4D
Complementary color
Monochromatic Colors of #206F4D
Black with #206F4D
Text Example
Text Example
White with #206F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F4D; }
p { color: rgb(32,111,77); }
H1.HeaderClassName
{
color: #206F4D;
}
.AnyTagClassName
{
color: #206F4D;
}
</style>
background-color css
<style>
a { background-color: #206F4D; }
a { background-color: rgb(32,111,77); }
div.DivClassName
{
background-color: #206F4D;
}
.BgClassName
{
background-color: #206F4D;
}
</style>
border-color css
<style>
span { border-color: #206F4D; }
span { border-color: rgb(32,111,77); }
td.TdClassName
{
border-color: #206F4D;
}
.TagClassName
{
border-color: #206F4D;
}
</style>