Shades of Dark Spring Green #197D42
Tints of Dark Spring Green #197D42
RGB
CMYK
RGB Variations
Color information
#197D42 (or 0x197D42) is known color: Dark Spring Green. HEX triplet: 19, 7D and 42. RGB value is (25,125,66). Sum of RGB (Red+Green+Blue) = 25+125+66=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #197D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D42 is #E682BD. Grayscale: #585858. Windows color (decimal): -15106750 or 4357401. OLE color: 4357401.
HSL color Cylindrical-coordinate representation of color #197D42: hue angle of 144.6º 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 #197D42 is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 66 | - |
| CMYK | 0.8 | 0 | 0.47 | 0.51 |
| HSL | 144.6º | 0.67% | 0.29% | - |
| HSV(B) | 144.6º | 0.8% | 0.49% | - |
| XYZ | 8.72 | 15.27 | 7.64 | - |
| YUV | 88.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 66 | 0.8 | 0 | 0.47 | 0.51 | 144.6 | 0.67 | 0.29 |
| Hex | 19 | 7D | 42 | 50 | 0 | 2F | 33 | 91 | 43 | 1D |
| Octal | 31 | 175 | 102 | 120 | 0 | 57 | 63 | 221 | 103 | 35 |
| Binary | 11001 | 1111101 | 1000010 | 1010000 | 0 | 101111 | 110011 | 10010001 | 1000011 | 11101 |
Color Harmonies of #197D42
Complementary color
Monochromatic Colors of #197D42
Black with #197D42
Text Example
Text Example
White with #197D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D42; }
p { color: rgb(25,125,66); }
H1.HeaderClassName
{
color: #197D42;
}
.AnyTagClassName
{
color: #197D42;
}
</style>
background-color css
<style>
a { background-color: #197D42; }
a { background-color: rgb(25,125,66); }
div.DivClassName
{
background-color: #197D42;
}
.BgClassName
{
background-color: #197D42;
}
</style>
border-color css
<style>
span { border-color: #197D42; }
span { border-color: rgb(25,125,66); }
td.TdClassName
{
border-color: #197D42;
}
.TagClassName
{
border-color: #197D42;
}
</style>