Shades of Dark Spring Green #207948
Tints of Dark Spring Green #207948
RGB
CMYK
RGB Variations
Color information
#207948 (or 0x207948) is known color: Dark Spring Green. HEX triplet: 20, 79 and 48. RGB value is (32,121,72). Sum of RGB (Red+Green+Blue) = 32+121+72=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #207948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207948 is #DF86B7. Grayscale: #585858. Windows color (decimal): -14649016 or 4749600. OLE color: 4749600.
HSL color Cylindrical-coordinate representation of color #207948: hue angle of 146.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207948 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 121 | 72 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.53 |
| HSL | 146.97º | 0.58% | 0.3% | - |
| HSV(B) | 146.97º | 0.74% | 0.47% | - |
| XYZ | 8.6 | 14.45 | 8.47 | - |
| YUV | 88.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 72 | 0.74 | 0 | 0.40 | 0.53 | 146.97 | 0.58 | 0.3 |
| Hex | 20 | 79 | 48 | 4A | 0 | 28 | 35 | 93 | 3A | 1E |
| Octal | 40 | 171 | 110 | 112 | 0 | 50 | 65 | 223 | 72 | 36 |
| Binary | 100000 | 1111001 | 1001000 | 1001010 | 0 | 101000 | 110101 | 10010011 | 111010 | 11110 |
Color Harmonies of #207948
Complementary color
Monochromatic Colors of #207948
Black with #207948
Text Example
Text Example
White with #207948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207948; }
p { color: rgb(32,121,72); }
H1.HeaderClassName
{
color: #207948;
}
.AnyTagClassName
{
color: #207948;
}
</style>
background-color css
<style>
a { background-color: #207948; }
a { background-color: rgb(32,121,72); }
div.DivClassName
{
background-color: #207948;
}
.BgClassName
{
background-color: #207948;
}
</style>
border-color css
<style>
span { border-color: #207948; }
span { border-color: rgb(32,121,72); }
td.TdClassName
{
border-color: #207948;
}
.TagClassName
{
border-color: #207948;
}
</style>