Shades of Dark Spring Green #196E47
Tints of Dark Spring Green #196E47
RGB
CMYK
RGB Variations
Color information
#196E47 (or 0x196E47) is known color: Dark Spring Green. HEX triplet: 19, 6E and 47. RGB value is (25,110,71). Sum of RGB (Red+Green+Blue) = 25+110+71=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #196E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E47 is #E691B8. Grayscale: #505050. Windows color (decimal): -15110585 or 4681241. OLE color: 4681241.
HSL color Cylindrical-coordinate representation of color #196E47: hue angle of 152.47º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E47 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 110 | 71 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.57 |
| HSL | 152.47º | 0.63% | 0.26% | - |
| HSV(B) | 152.47º | 0.77% | 0.43% | - |
| XYZ | 7.11 | 11.81 | 7.87 | - |
| YUV | 80.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 71 | 0.77 | 0 | 0.35 | 0.57 | 152.47 | 0.63 | 0.26 |
| Hex | 19 | 6E | 47 | 4D | 0 | 23 | 39 | 98 | 3F | 1A |
| Octal | 31 | 156 | 107 | 115 | 0 | 43 | 71 | 230 | 77 | 32 |
| Binary | 11001 | 1101110 | 1000111 | 1001101 | 0 | 100011 | 111001 | 10011000 | 111111 | 11010 |
Color Harmonies of #196E47
Complementary color
Monochromatic Colors of #196E47
Black with #196E47
Text Example
Text Example
White with #196E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E47; }
p { color: rgb(25,110,71); }
H1.HeaderClassName
{
color: #196E47;
}
.AnyTagClassName
{
color: #196E47;
}
</style>
background-color css
<style>
a { background-color: #196E47; }
a { background-color: rgb(25,110,71); }
div.DivClassName
{
background-color: #196E47;
}
.BgClassName
{
background-color: #196E47;
}
</style>
border-color css
<style>
span { border-color: #196E47; }
span { border-color: rgb(25,110,71); }
td.TdClassName
{
border-color: #196E47;
}
.TagClassName
{
border-color: #196E47;
}
</style>