Shades of Dark Spring Green #197740
Tints of Dark Spring Green #197740
RGB
CMYK
RGB Variations
Color information
#197740 (or 0x197740) is known color: Dark Spring Green. HEX triplet: 19, 77 and 40. RGB value is (25,119,64). Sum of RGB (Red+Green+Blue) = 25+119+64=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #197740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197740 is #E688BF. Grayscale: #545454. Windows color (decimal): -15108288 or 4224793. OLE color: 4224793.
HSL color Cylindrical-coordinate representation of color #197740: hue angle of 144.89º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197740 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 64 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.53 |
| HSL | 144.89º | 0.65% | 0.28% | - |
| HSV(B) | 144.89º | 0.79% | 0.47% | - |
| XYZ | 7.92 | 13.77 | 7.09 | - |
| YUV | 84.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 64 | 0.79 | 0 | 0.46 | 0.53 | 144.89 | 0.65 | 0.28 |
| Hex | 19 | 77 | 40 | 4F | 0 | 2E | 35 | 91 | 41 | 1C |
| Octal | 31 | 167 | 100 | 117 | 0 | 56 | 65 | 221 | 101 | 34 |
| Binary | 11001 | 1110111 | 1000000 | 1001111 | 0 | 101110 | 110101 | 10010001 | 1000001 | 11100 |
Color Harmonies of #197740
Complementary color
Monochromatic Colors of #197740
Black with #197740
Text Example
Text Example
White with #197740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197740; }
p { color: rgb(25,119,64); }
H1.HeaderClassName
{
color: #197740;
}
.AnyTagClassName
{
color: #197740;
}
</style>
background-color css
<style>
a { background-color: #197740; }
a { background-color: rgb(25,119,64); }
div.DivClassName
{
background-color: #197740;
}
.BgClassName
{
background-color: #197740;
}
</style>
border-color css
<style>
span { border-color: #197740; }
span { border-color: rgb(25,119,64); }
td.TdClassName
{
border-color: #197740;
}
.TagClassName
{
border-color: #197740;
}
</style>