Shades of Dark Spring Green #197745
Tints of Dark Spring Green #197745
RGB
CMYK
RGB Variations
Color information
#197745 (or 0x197745) is known color: Dark Spring Green. HEX triplet: 19, 77 and 45. RGB value is (25,119,69). Sum of RGB (Red+Green+Blue) = 25+119+69=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #197745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197745 is #E688BA. Grayscale: #555555. Windows color (decimal): -15108283 or 4552473. OLE color: 4552473.
HSL color Cylindrical-coordinate representation of color #197745: hue angle of 148.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197745 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 69 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.53 |
| HSL | 148.09º | 0.65% | 0.28% | - |
| HSV(B) | 148.09º | 0.79% | 0.47% | - |
| XYZ | 8.07 | 13.83 | 7.87 | - |
| YUV | 85.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 69 | 0.79 | 0 | 0.42 | 0.53 | 148.09 | 0.65 | 0.28 |
| Hex | 19 | 77 | 45 | 4F | 0 | 2A | 35 | 94 | 41 | 1C |
| Octal | 31 | 167 | 105 | 117 | 0 | 52 | 65 | 224 | 101 | 34 |
| Binary | 11001 | 1110111 | 1000101 | 1001111 | 0 | 101010 | 110101 | 10010100 | 1000001 | 11100 |
Color Harmonies of #197745
Complementary color
Monochromatic Colors of #197745
Black with #197745
Text Example
Text Example
White with #197745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197745; }
p { color: rgb(25,119,69); }
H1.HeaderClassName
{
color: #197745;
}
.AnyTagClassName
{
color: #197745;
}
</style>
background-color css
<style>
a { background-color: #197745; }
a { background-color: rgb(25,119,69); }
div.DivClassName
{
background-color: #197745;
}
.BgClassName
{
background-color: #197745;
}
</style>
border-color css
<style>
span { border-color: #197745; }
span { border-color: rgb(25,119,69); }
td.TdClassName
{
border-color: #197745;
}
.TagClassName
{
border-color: #197745;
}
</style>