Shades of Dark Spring Green #20704D
Tints of Dark Spring Green #20704D
RGB
CMYK
RGB Variations
Color information
#20704D (or 0x20704D) is known color: Dark Spring Green. HEX triplet: 20, 70 and 4D. RGB value is (32,112,77). Sum of RGB (Red+Green+Blue) = 32+112+77=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #20704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20704D is #DF8FB2. Grayscale: #545454. Windows color (decimal): -14651315 or 5074976. OLE color: 5074976.
HSL color Cylindrical-coordinate representation of color #20704D: hue angle of 153.75º degrees, saturation: 0.56, 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 #20704D is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 77 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.56 |
| HSL | 153.75º | 0.56% | 0.28% | - |
| HSV(B) | 153.75º | 0.71% | 0.44% | - |
| XYZ | 7.73 | 12.43 | 9.01 | - |
| YUV | 84.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 77 | 0.71 | 0 | 0.31 | 0.56 | 153.75 | 0.56 | 0.28 |
| Hex | 20 | 70 | 4D | 47 | 0 | 1F | 38 | 9A | 38 | 1C |
| Octal | 40 | 160 | 115 | 107 | 0 | 37 | 70 | 232 | 70 | 34 |
| Binary | 100000 | 1110000 | 1001101 | 1000111 | 0 | 11111 | 111000 | 10011010 | 111000 | 11100 |
Color Harmonies of #20704D
Complementary color
Monochromatic Colors of #20704D
Black with #20704D
Text Example
Text Example
White with #20704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20704D; }
p { color: rgb(32,112,77); }
H1.HeaderClassName
{
color: #20704D;
}
.AnyTagClassName
{
color: #20704D;
}
</style>
background-color css
<style>
a { background-color: #20704D; }
a { background-color: rgb(32,112,77); }
div.DivClassName
{
background-color: #20704D;
}
.BgClassName
{
background-color: #20704D;
}
</style>
border-color css
<style>
span { border-color: #20704D; }
span { border-color: rgb(32,112,77); }
td.TdClassName
{
border-color: #20704D;
}
.TagClassName
{
border-color: #20704D;
}
</style>