Shades of Dark Spring Green #197245
Tints of Dark Spring Green #197245
RGB
CMYK
RGB Variations
Color information
#197245 (or 0x197245) is known color: Dark Spring Green. HEX triplet: 19, 72 and 45. RGB value is (25,114,69). Sum of RGB (Red+Green+Blue) = 25+114+69=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #197245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197245 is #E68DBA. Grayscale: #525252. Windows color (decimal): -15109563 or 4551193. OLE color: 4551193.
HSL color Cylindrical-coordinate representation of color #197245: hue angle of 149.66º 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 #197245 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 69 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.55 |
| HSL | 149.66º | 0.64% | 0.27% | - |
| HSV(B) | 149.66º | 0.78% | 0.45% | - |
| XYZ | 7.49 | 12.67 | 7.68 | - |
| YUV | 82.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 69 | 0.78 | 0 | 0.39 | 0.55 | 149.66 | 0.64 | 0.27 |
| Hex | 19 | 72 | 45 | 4E | 0 | 27 | 37 | 96 | 40 | 1B |
| Octal | 31 | 162 | 105 | 116 | 0 | 47 | 67 | 226 | 100 | 33 |
| Binary | 11001 | 1110010 | 1000101 | 1001110 | 0 | 100111 | 110111 | 10010110 | 1000000 | 11011 |
Color Harmonies of #197245
Complementary color
Monochromatic Colors of #197245
Black with #197245
Text Example
Text Example
White with #197245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197245; }
p { color: rgb(25,114,69); }
H1.HeaderClassName
{
color: #197245;
}
.AnyTagClassName
{
color: #197245;
}
</style>
background-color css
<style>
a { background-color: #197245; }
a { background-color: rgb(25,114,69); }
div.DivClassName
{
background-color: #197245;
}
.BgClassName
{
background-color: #197245;
}
</style>
border-color css
<style>
span { border-color: #197245; }
span { border-color: rgb(25,114,69); }
td.TdClassName
{
border-color: #197245;
}
.TagClassName
{
border-color: #197245;
}
</style>