Shades of Dark Spring Green #197941
Tints of Dark Spring Green #197941
RGB
CMYK
RGB Variations
Color information
#197941 (or 0x197941) is known color: Dark Spring Green. HEX triplet: 19, 79 and 41. RGB value is (25,121,65). Sum of RGB (Red+Green+Blue) = 25+121+65=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #197941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197941 is #E686BE. Grayscale: #565656. Windows color (decimal): -15107775 or 4290841. OLE color: 4290841.
HSL color Cylindrical-coordinate representation of color #197941: hue angle of 145º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197941 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 65 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.53 |
| HSL | 145º | 0.66% | 0.29% | - |
| HSV(B) | 145º | 0.79% | 0.47% | - |
| XYZ | 8.19 | 14.26 | 7.32 | - |
| YUV | 85.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 65 | 0.79 | 0 | 0.46 | 0.53 | 145 | 0.66 | 0.29 |
| Hex | 19 | 79 | 41 | 4F | 0 | 2E | 35 | 91 | 42 | 1D |
| Octal | 31 | 171 | 101 | 117 | 0 | 56 | 65 | 221 | 102 | 35 |
| Binary | 11001 | 1111001 | 1000001 | 1001111 | 0 | 101110 | 110101 | 10010001 | 1000010 | 11101 |
Color Harmonies of #197941
Complementary color
Monochromatic Colors of #197941
Black with #197941
Text Example
Text Example
White with #197941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197941; }
p { color: rgb(25,121,65); }
H1.HeaderClassName
{
color: #197941;
}
.AnyTagClassName
{
color: #197941;
}
</style>
background-color css
<style>
a { background-color: #197941; }
a { background-color: rgb(25,121,65); }
div.DivClassName
{
background-color: #197941;
}
.BgClassName
{
background-color: #197941;
}
</style>
border-color css
<style>
span { border-color: #197941; }
span { border-color: rgb(25,121,65); }
td.TdClassName
{
border-color: #197941;
}
.TagClassName
{
border-color: #197941;
}
</style>