Shades of Dark Spring Green #197642
Tints of Dark Spring Green #197642
RGB
CMYK
RGB Variations
Color information
#197642 (or 0x197642) is known color: Dark Spring Green. HEX triplet: 19, 76 and 42. RGB value is (25,118,66). Sum of RGB (Red+Green+Blue) = 25+118+66=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #197642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197642 is #E689BD. Grayscale: #545454. Windows color (decimal): -15108542 or 4355609. OLE color: 4355609.
HSL color Cylindrical-coordinate representation of color #197642: hue angle of 146.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197642 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 66 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.54 |
| HSL | 146.45º | 0.65% | 0.28% | - |
| HSV(B) | 146.45º | 0.79% | 0.46% | - |
| XYZ | 7.86 | 13.56 | 7.36 | - |
| YUV | 84.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 66 | 0.79 | 0 | 0.44 | 0.54 | 146.45 | 0.65 | 0.28 |
| Hex | 19 | 76 | 42 | 4F | 0 | 2C | 36 | 92 | 41 | 1C |
| Octal | 31 | 166 | 102 | 117 | 0 | 54 | 66 | 222 | 101 | 34 |
| Binary | 11001 | 1110110 | 1000010 | 1001111 | 0 | 101100 | 110110 | 10010010 | 1000001 | 11100 |
Color Harmonies of #197642
Complementary color
Monochromatic Colors of #197642
Black with #197642
Text Example
Text Example
White with #197642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197642; }
p { color: rgb(25,118,66); }
H1.HeaderClassName
{
color: #197642;
}
.AnyTagClassName
{
color: #197642;
}
</style>
background-color css
<style>
a { background-color: #197642; }
a { background-color: rgb(25,118,66); }
div.DivClassName
{
background-color: #197642;
}
.BgClassName
{
background-color: #197642;
}
</style>
border-color css
<style>
span { border-color: #197642; }
span { border-color: rgb(25,118,66); }
td.TdClassName
{
border-color: #197642;
}
.TagClassName
{
border-color: #197642;
}
</style>