Shades of Dark Spring Green #197D43
Tints of Dark Spring Green #197D43
RGB
CMYK
RGB Variations
Color information
#197D43 (or 0x197D43) is known color: Dark Spring Green. HEX triplet: 19, 7D and 43. RGB value is (25,125,67). Sum of RGB (Red+Green+Blue) = 25+125+67=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #197D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D43 is #E682BC. Grayscale: #585858. Windows color (decimal): -15106749 or 4422937. OLE color: 4422937.
HSL color Cylindrical-coordinate representation of color #197D43: hue angle of 145.2º 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 #197D43 is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 67 | - |
| CMYK | 0.8 | 0 | 0.46 | 0.51 |
| HSL | 145.2º | 0.67% | 0.29% | - |
| HSV(B) | 145.2º | 0.8% | 0.49% | - |
| XYZ | 8.75 | 15.28 | 7.8 | - |
| YUV | 88.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 67 | 0.8 | 0 | 0.46 | 0.51 | 145.2 | 0.67 | 0.29 |
| Hex | 19 | 7D | 43 | 50 | 0 | 2E | 33 | 91 | 43 | 1D |
| Octal | 31 | 175 | 103 | 120 | 0 | 56 | 63 | 221 | 103 | 35 |
| Binary | 11001 | 1111101 | 1000011 | 1010000 | 0 | 101110 | 110011 | 10010001 | 1000011 | 11101 |
Color Harmonies of #197D43
Complementary color
Monochromatic Colors of #197D43
Black with #197D43
Text Example
Text Example
White with #197D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D43; }
p { color: rgb(25,125,67); }
H1.HeaderClassName
{
color: #197D43;
}
.AnyTagClassName
{
color: #197D43;
}
</style>
background-color css
<style>
a { background-color: #197D43; }
a { background-color: rgb(25,125,67); }
div.DivClassName
{
background-color: #197D43;
}
.BgClassName
{
background-color: #197D43;
}
</style>
border-color css
<style>
span { border-color: #197D43; }
span { border-color: rgb(25,125,67); }
td.TdClassName
{
border-color: #197D43;
}
.TagClassName
{
border-color: #197D43;
}
</style>