Shades of Dark Spring Green #197842
Tints of Dark Spring Green #197842
RGB
CMYK
RGB Variations
Color information
#197842 (or 0x197842) is known color: Dark Spring Green. HEX triplet: 19, 78 and 42. RGB value is (25,120,66). Sum of RGB (Red+Green+Blue) = 25+120+66=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #197842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197842 is #E687BD. Grayscale: #555555. Windows color (decimal): -15108030 or 4356121. OLE color: 4356121.
HSL color Cylindrical-coordinate representation of color #197842: hue angle of 145.89º degrees, saturation: 0.66, 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 #197842 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 66 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.53 |
| HSL | 145.89º | 0.66% | 0.28% | - |
| HSV(B) | 145.89º | 0.79% | 0.47% | - |
| XYZ | 8.1 | 14.03 | 7.44 | - |
| YUV | 85.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 66 | 0.79 | 0 | 0.45 | 0.53 | 145.89 | 0.66 | 0.28 |
| Hex | 19 | 78 | 42 | 4F | 0 | 2D | 35 | 92 | 42 | 1C |
| Octal | 31 | 170 | 102 | 117 | 0 | 55 | 65 | 222 | 102 | 34 |
| Binary | 11001 | 1111000 | 1000010 | 1001111 | 0 | 101101 | 110101 | 10010010 | 1000010 | 11100 |
Color Harmonies of #197842
Complementary color
Monochromatic Colors of #197842
Black with #197842
Text Example
Text Example
White with #197842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197842; }
p { color: rgb(25,120,66); }
H1.HeaderClassName
{
color: #197842;
}
.AnyTagClassName
{
color: #197842;
}
</style>
background-color css
<style>
a { background-color: #197842; }
a { background-color: rgb(25,120,66); }
div.DivClassName
{
background-color: #197842;
}
.BgClassName
{
background-color: #197842;
}
</style>
border-color css
<style>
span { border-color: #197842; }
span { border-color: rgb(25,120,66); }
td.TdClassName
{
border-color: #197842;
}
.TagClassName
{
border-color: #197842;
}
</style>