Shades of Dark Spring Green #207848
Tints of Dark Spring Green #207848
RGB
CMYK
RGB Variations
Color information
#207848 (or 0x207848) is known color: Dark Spring Green. HEX triplet: 20, 78 and 48. RGB value is (32,120,72). Sum of RGB (Red+Green+Blue) = 32+120+72=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #207848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207848 is #DF87B7. Grayscale: #585858. Windows color (decimal): -14649272 or 4749344. OLE color: 4749344.
HSL color Cylindrical-coordinate representation of color #207848: hue angle of 147.27º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207848 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 72 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.53 |
| HSL | 147.27º | 0.58% | 0.3% | - |
| HSV(B) | 147.27º | 0.73% | 0.47% | - |
| XYZ | 8.48 | 14.21 | 8.43 | - |
| YUV | 88.22 | 118.85 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 72 | 0.73 | 0 | 0.40 | 0.53 | 147.27 | 0.58 | 0.3 |
| Hex | 20 | 78 | 48 | 49 | 0 | 28 | 35 | 93 | 3A | 1E |
| Octal | 40 | 170 | 110 | 111 | 0 | 50 | 65 | 223 | 72 | 36 |
| Binary | 100000 | 1111000 | 1001000 | 1001001 | 0 | 101000 | 110101 | 10010011 | 111010 | 11110 |
Color Harmonies of #207848
Complementary color
Monochromatic Colors of #207848
Black with #207848
Text Example
Text Example
White with #207848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207848; }
p { color: rgb(32,120,72); }
H1.HeaderClassName
{
color: #207848;
}
.AnyTagClassName
{
color: #207848;
}
</style>
background-color css
<style>
a { background-color: #207848; }
a { background-color: rgb(32,120,72); }
div.DivClassName
{
background-color: #207848;
}
.BgClassName
{
background-color: #207848;
}
</style>
border-color css
<style>
span { border-color: #207848; }
span { border-color: rgb(32,120,72); }
td.TdClassName
{
border-color: #207848;
}
.TagClassName
{
border-color: #207848;
}
</style>