Shades of Dark Spring Green #197049
Tints of Dark Spring Green #197049
RGB
CMYK
RGB Variations
Color information
#197049 (or 0x197049) is known color: Dark Spring Green. HEX triplet: 19, 70 and 49. RGB value is (25,112,73). Sum of RGB (Red+Green+Blue) = 25+112+73=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #197049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197049 is #E68FB6. Grayscale: #515151. Windows color (decimal): -15110071 or 4812825. OLE color: 4812825.
HSL color Cylindrical-coordinate representation of color #197049: hue angle of 153.1º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197049 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 73 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.56 |
| HSL | 153.1º | 0.64% | 0.27% | - |
| HSV(B) | 153.1º | 0.78% | 0.44% | - |
| XYZ | 7.4 | 12.28 | 8.28 | - |
| YUV | 81.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 73 | 0.78 | 0 | 0.35 | 0.56 | 153.1 | 0.64 | 0.27 |
| Hex | 19 | 70 | 49 | 4E | 0 | 23 | 38 | 99 | 40 | 1B |
| Octal | 31 | 160 | 111 | 116 | 0 | 43 | 70 | 231 | 100 | 33 |
| Binary | 11001 | 1110000 | 1001001 | 1001110 | 0 | 100011 | 111000 | 10011001 | 1000000 | 11011 |
Color Harmonies of #197049
Complementary color
Monochromatic Colors of #197049
Black with #197049
Text Example
Text Example
White with #197049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197049; }
p { color: rgb(25,112,73); }
H1.HeaderClassName
{
color: #197049;
}
.AnyTagClassName
{
color: #197049;
}
</style>
background-color css
<style>
a { background-color: #197049; }
a { background-color: rgb(25,112,73); }
div.DivClassName
{
background-color: #197049;
}
.BgClassName
{
background-color: #197049;
}
</style>
border-color css
<style>
span { border-color: #197049; }
span { border-color: rgb(25,112,73); }
td.TdClassName
{
border-color: #197049;
}
.TagClassName
{
border-color: #197049;
}
</style>