Shades of Dark Spring Green #196F3E
Tints of Dark Spring Green #196F3E
RGB
CMYK
RGB Variations
Color information
#196F3E (or 0x196F3E) is known color: Dark Spring Green. HEX triplet: 19, 6F and 3E. RGB value is (25,111,62). Sum of RGB (Red+Green+Blue) = 25+111+62=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #196F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196F3E is #E690C1. Grayscale: #4F4F4F. Windows color (decimal): -15110338 or 4091673. OLE color: 4091673.
HSL color Cylindrical-coordinate representation of color #196F3E: hue angle of 145.81º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F3E is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 62 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.56 |
| HSL | 145.81º | 0.63% | 0.27% | - |
| HSV(B) | 145.81º | 0.77% | 0.44% | - |
| XYZ | 6.95 | 11.92 | 6.49 | - |
| YUV | 79.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 62 | 0.77 | 0 | 0.44 | 0.56 | 145.81 | 0.63 | 0.27 |
| Hex | 19 | 6F | 3E | 4D | 0 | 2C | 38 | 92 | 3F | 1B |
| Octal | 31 | 157 | 76 | 115 | 0 | 54 | 70 | 222 | 77 | 33 |
| Binary | 11001 | 1101111 | 111110 | 1001101 | 0 | 101100 | 111000 | 10010010 | 111111 | 11011 |
Color Harmonies of #196F3E
Complementary color
Monochromatic Colors of #196F3E
Black with #196F3E
Text Example
Text Example
White with #196F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F3E; }
p { color: rgb(25,111,62); }
H1.HeaderClassName
{
color: #196F3E;
}
.AnyTagClassName
{
color: #196F3E;
}
</style>
background-color css
<style>
a { background-color: #196F3E; }
a { background-color: rgb(25,111,62); }
div.DivClassName
{
background-color: #196F3E;
}
.BgClassName
{
background-color: #196F3E;
}
</style>
border-color css
<style>
span { border-color: #196F3E; }
span { border-color: rgb(25,111,62); }
td.TdClassName
{
border-color: #196F3E;
}
.TagClassName
{
border-color: #196F3E;
}
</style>