Shades of Dark Spring Green #197D44
Tints of Dark Spring Green #197D44
RGB
CMYK
RGB Variations
Color information
#197D44 (or 0x197D44) is known color: Dark Spring Green. HEX triplet: 19, 7D and 44. RGB value is (25,125,68). Sum of RGB (Red+Green+Blue) = 25+125+68=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #197D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D44 is #E682BB. Grayscale: #585858. Windows color (decimal): -15106748 or 4488473. OLE color: 4488473.
HSL color Cylindrical-coordinate representation of color #197D44: hue angle of 145.8º 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 #197D44 is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 68 | - |
| CMYK | 0.8 | 0 | 0.46 | 0.51 |
| HSL | 145.8º | 0.67% | 0.29% | - |
| HSV(B) | 145.8º | 0.8% | 0.49% | - |
| XYZ | 8.78 | 15.29 | 7.96 | - |
| YUV | 88.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 68 | 0.8 | 0 | 0.46 | 0.51 | 145.8 | 0.67 | 0.29 |
| Hex | 19 | 7D | 44 | 50 | 0 | 2E | 33 | 92 | 43 | 1D |
| Octal | 31 | 175 | 104 | 120 | 0 | 56 | 63 | 222 | 103 | 35 |
| Binary | 11001 | 1111101 | 1000100 | 1010000 | 0 | 101110 | 110011 | 10010010 | 1000011 | 11101 |
Color Harmonies of #197D44
Complementary color
Monochromatic Colors of #197D44
Black with #197D44
Text Example
Text Example
White with #197D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D44; }
p { color: rgb(25,125,68); }
H1.HeaderClassName
{
color: #197D44;
}
.AnyTagClassName
{
color: #197D44;
}
</style>
background-color css
<style>
a { background-color: #197D44; }
a { background-color: rgb(25,125,68); }
div.DivClassName
{
background-color: #197D44;
}
.BgClassName
{
background-color: #197D44;
}
</style>
border-color css
<style>
span { border-color: #197D44; }
span { border-color: rgb(25,125,68); }
td.TdClassName
{
border-color: #197D44;
}
.TagClassName
{
border-color: #197D44;
}
</style>