Shades of Dark Spring Green #197D41
Tints of Dark Spring Green #197D41
RGB
CMYK
RGB Variations
Color information
#197D41 (or 0x197D41) is known color: Dark Spring Green. HEX triplet: 19, 7D and 41. RGB value is (25,125,65). Sum of RGB (Red+Green+Blue) = 25+125+65=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #197D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D41 is #E682BE. Grayscale: #585858. Windows color (decimal): -15106751 or 4291865. OLE color: 4291865.
HSL color Cylindrical-coordinate representation of color #197D41: hue angle of 144º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D41 is Cyan = 0.8, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 65 | - |
| CMYK | 0.8 | 0 | 0.48 | 0.51 |
| HSL | 144º | 0.67% | 0.29% | - |
| HSV(B) | 144º | 0.8% | 0.49% | - |
| XYZ | 8.69 | 15.26 | 7.49 | - |
| YUV | 88.26 | 114.87 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 65 | 0.8 | 0 | 0.48 | 0.51 | 144 | 0.67 | 0.29 |
| Hex | 19 | 7D | 41 | 50 | 0 | 30 | 33 | 90 | 43 | 1D |
| Octal | 31 | 175 | 101 | 120 | 0 | 60 | 63 | 220 | 103 | 35 |
| Binary | 11001 | 1111101 | 1000001 | 1010000 | 0 | 110000 | 110011 | 10010000 | 1000011 | 11101 |
Color Harmonies of #197D41
Complementary color
Monochromatic Colors of #197D41
Black with #197D41
Text Example
Text Example
White with #197D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D41; }
p { color: rgb(25,125,65); }
H1.HeaderClassName
{
color: #197D41;
}
.AnyTagClassName
{
color: #197D41;
}
</style>
background-color css
<style>
a { background-color: #197D41; }
a { background-color: rgb(25,125,65); }
div.DivClassName
{
background-color: #197D41;
}
.BgClassName
{
background-color: #197D41;
}
</style>
border-color css
<style>
span { border-color: #197D41; }
span { border-color: rgb(25,125,65); }
td.TdClassName
{
border-color: #197D41;
}
.TagClassName
{
border-color: #197D41;
}
</style>