Shades of Dark Spring Green #197B42
Tints of Dark Spring Green #197B42
RGB
CMYK
RGB Variations
Color information
#197B42 (or 0x197B42) is known color: Dark Spring Green. HEX triplet: 19, 7B and 42. RGB value is (25,123,66). Sum of RGB (Red+Green+Blue) = 25+123+66=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 123 (48.44% from 255 or 57.48% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 123 - color contains mainly: green. Hex color #197B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B42 is #E684BD. Grayscale: #575757. Windows color (decimal): -15107262 or 4356889. OLE color: 4356889.
HSL color Cylindrical-coordinate representation of color #197B42: hue angle of 145.1º 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 #197B42 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 66 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.52 |
| HSL | 145.1º | 0.66% | 0.29% | - |
| HSV(B) | 145.1º | 0.8% | 0.48% | - |
| XYZ | 8.47 | 14.77 | 7.56 | - |
| YUV | 87.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 66 | 0.80 | 0 | 0.46 | 0.52 | 145.1 | 0.66 | 0.29 |
| Hex | 19 | 7B | 42 | 50 | 0 | 2E | 34 | 91 | 42 | 1D |
| Octal | 31 | 173 | 102 | 120 | 0 | 56 | 64 | 221 | 102 | 35 |
| Binary | 11001 | 1111011 | 1000010 | 1010000 | 0 | 101110 | 110100 | 10010001 | 1000010 | 11101 |
Color Harmonies of #197B42
Complementary color
Monochromatic Colors of #197B42
Black with #197B42
Text Example
Text Example
White with #197B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B42; }
p { color: rgb(25,123,66); }
H1.HeaderClassName
{
color: #197B42;
}
.AnyTagClassName
{
color: #197B42;
}
</style>
background-color css
<style>
a { background-color: #197B42; }
a { background-color: rgb(25,123,66); }
div.DivClassName
{
background-color: #197B42;
}
.BgClassName
{
background-color: #197B42;
}
</style>
border-color css
<style>
span { border-color: #197B42; }
span { border-color: rgb(25,123,66); }
td.TdClassName
{
border-color: #197B42;
}
.TagClassName
{
border-color: #197B42;
}
</style>