Shades of Dark Spring Green #207C3F
Tints of Dark Spring Green #207C3F
RGB
CMYK
RGB Variations
Color information
#207C3F (or 0x207C3F) is known color: Dark Spring Green. HEX triplet: 20, 7C and 3F. RGB value is (32,124,63). Sum of RGB (Red+Green+Blue) = 32+124+63=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #207C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C3F is #DF83C0. Grayscale: #595959. Windows color (decimal): -14648257 or 4160544. OLE color: 4160544.
HSL color Cylindrical-coordinate representation of color #207C3F: hue angle of 140.22º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C3F is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 63 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.51 |
| HSL | 140.22º | 0.59% | 0.31% | - |
| HSV(B) | 140.22º | 0.74% | 0.49% | - |
| XYZ | 8.7 | 15.08 | 7.16 | - |
| YUV | 89.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 63 | 0.74 | 0 | 0.49 | 0.51 | 140.22 | 0.59 | 0.31 |
| Hex | 20 | 7C | 3F | 4A | 0 | 31 | 33 | 8C | 3B | 1F |
| Octal | 40 | 174 | 77 | 112 | 0 | 61 | 63 | 214 | 73 | 37 |
| Binary | 100000 | 1111100 | 111111 | 1001010 | 0 | 110001 | 110011 | 10001100 | 111011 | 11111 |
Color Harmonies of #207C3F
Complementary color
Monochromatic Colors of #207C3F
Black with #207C3F
Text Example
Text Example
White with #207C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C3F; }
p { color: rgb(32,124,63); }
H1.HeaderClassName
{
color: #207C3F;
}
.AnyTagClassName
{
color: #207C3F;
}
</style>
background-color css
<style>
a { background-color: #207C3F; }
a { background-color: rgb(32,124,63); }
div.DivClassName
{
background-color: #207C3F;
}
.BgClassName
{
background-color: #207C3F;
}
</style>
border-color css
<style>
span { border-color: #207C3F; }
span { border-color: rgb(32,124,63); }
td.TdClassName
{
border-color: #207C3F;
}
.TagClassName
{
border-color: #207C3F;
}
</style>