Shades of Dark Spring Green #197B40
Tints of Dark Spring Green #197B40
RGB
CMYK
RGB Variations
Color information
#197B40 (or 0x197B40) is known color: Dark Spring Green. HEX triplet: 19, 7B and 40. RGB value is (25,123,64). Sum of RGB (Red+Green+Blue) = 25+123+64=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #197B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B40 is #E684BF. Grayscale: #575757. Windows color (decimal): -15107264 or 4225817. OLE color: 4225817.
HSL color Cylindrical-coordinate representation of color #197B40: hue angle of 143.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B40 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 64 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.52 |
| HSL | 143.88º | 0.66% | 0.29% | - |
| HSV(B) | 143.88º | 0.8% | 0.48% | - |
| XYZ | 8.41 | 14.74 | 7.25 | - |
| YUV | 86.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 64 | 0.80 | 0 | 0.48 | 0.52 | 143.88 | 0.66 | 0.29 |
| Hex | 19 | 7B | 40 | 50 | 0 | 30 | 34 | 90 | 42 | 1D |
| Octal | 31 | 173 | 100 | 120 | 0 | 60 | 64 | 220 | 102 | 35 |
| Binary | 11001 | 1111011 | 1000000 | 1010000 | 0 | 110000 | 110100 | 10010000 | 1000010 | 11101 |
Color Harmonies of #197B40
Complementary color
Monochromatic Colors of #197B40
Black with #197B40
Text Example
Text Example
White with #197B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B40; }
p { color: rgb(25,123,64); }
H1.HeaderClassName
{
color: #197B40;
}
.AnyTagClassName
{
color: #197B40;
}
</style>
background-color css
<style>
a { background-color: #197B40; }
a { background-color: rgb(25,123,64); }
div.DivClassName
{
background-color: #197B40;
}
.BgClassName
{
background-color: #197B40;
}
</style>
border-color css
<style>
span { border-color: #197B40; }
span { border-color: rgb(25,123,64); }
td.TdClassName
{
border-color: #197B40;
}
.TagClassName
{
border-color: #197B40;
}
</style>