Shades of Dark Spring Green #197344
Tints of Dark Spring Green #197344
RGB
CMYK
RGB Variations
Color information
#197344 (or 0x197344) is known color: Dark Spring Green. HEX triplet: 19, 73 and 44. RGB value is (25,115,68). Sum of RGB (Red+Green+Blue) = 25+115+68=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #197344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197344 is #E68CBB. Grayscale: #525252. Windows color (decimal): -15109308 or 4485913. OLE color: 4485913.
HSL color Cylindrical-coordinate representation of color #197344: hue angle of 148.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197344 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 68 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.55 |
| HSL | 148.67º | 0.64% | 0.27% | - |
| HSV(B) | 148.67º | 0.78% | 0.45% | - |
| XYZ | 7.58 | 12.89 | 7.56 | - |
| YUV | 82.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 68 | 0.78 | 0 | 0.41 | 0.55 | 148.67 | 0.64 | 0.27 |
| Hex | 19 | 73 | 44 | 4E | 0 | 29 | 37 | 95 | 40 | 1B |
| Octal | 31 | 163 | 104 | 116 | 0 | 51 | 67 | 225 | 100 | 33 |
| Binary | 11001 | 1110011 | 1000100 | 1001110 | 0 | 101001 | 110111 | 10010101 | 1000000 | 11011 |
Color Harmonies of #197344
Complementary color
Monochromatic Colors of #197344
Black with #197344
Text Example
Text Example
White with #197344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197344; }
p { color: rgb(25,115,68); }
H1.HeaderClassName
{
color: #197344;
}
.AnyTagClassName
{
color: #197344;
}
</style>
background-color css
<style>
a { background-color: #197344; }
a { background-color: rgb(25,115,68); }
div.DivClassName
{
background-color: #197344;
}
.BgClassName
{
background-color: #197344;
}
</style>
border-color css
<style>
span { border-color: #197344; }
span { border-color: rgb(25,115,68); }
td.TdClassName
{
border-color: #197344;
}
.TagClassName
{
border-color: #197344;
}
</style>