Shades of Dark Spring Green #197F3E
Tints of Dark Spring Green #197F3E
RGB
CMYK
RGB Variations
Color information
#197F3E (or 0x197F3E) is known color: Dark Spring Green. HEX triplet: 19, 7F and 3E. RGB value is (25,127,62). Sum of RGB (Red+Green+Blue) = 25+127+62=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #197F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197F3E is #E680C1. Grayscale: #595959. Windows color (decimal): -15106242 or 4095769. OLE color: 4095769.
HSL color Cylindrical-coordinate representation of color #197F3E: hue angle of 141.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F3E is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 62 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.50 |
| HSL | 141.76º | 0.67% | 0.3% | - |
| HSV(B) | 141.76º | 0.8% | 0.5% | - |
| XYZ | 8.86 | 15.73 | 7.13 | - |
| YUV | 89.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 62 | 0.80 | 0 | 0.51 | 0.50 | 141.76 | 0.67 | 0.3 |
| Hex | 19 | 7F | 3E | 50 | 0 | 33 | 32 | 8E | 43 | 1E |
| Octal | 31 | 177 | 76 | 120 | 0 | 63 | 62 | 216 | 103 | 36 |
| Binary | 11001 | 1111111 | 111110 | 1010000 | 0 | 110011 | 110010 | 10001110 | 1000011 | 11110 |
Color Harmonies of #197F3E
Complementary color
Monochromatic Colors of #197F3E
Black with #197F3E
Text Example
Text Example
White with #197F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F3E; }
p { color: rgb(25,127,62); }
H1.HeaderClassName
{
color: #197F3E;
}
.AnyTagClassName
{
color: #197F3E;
}
</style>
background-color css
<style>
a { background-color: #197F3E; }
a { background-color: rgb(25,127,62); }
div.DivClassName
{
background-color: #197F3E;
}
.BgClassName
{
background-color: #197F3E;
}
</style>
border-color css
<style>
span { border-color: #197F3E; }
span { border-color: rgb(25,127,62); }
td.TdClassName
{
border-color: #197F3E;
}
.TagClassName
{
border-color: #197F3E;
}
</style>