Shades of Dark Spring Green #19703D
Tints of Dark Spring Green #19703D
RGB
CMYK
RGB Variations
Color information
#19703D (or 0x19703D) is known color: Dark Spring Green. HEX triplet: 19, 70 and 3D. RGB value is (25,112,61). Sum of RGB (Red+Green+Blue) = 25+112+61=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #19703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19703D is #E68FC2. Grayscale: #505050. Windows color (decimal): -15110083 or 4026393. OLE color: 4026393.
HSL color Cylindrical-coordinate representation of color #19703D: hue angle of 144.83º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19703D is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 61 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.56 |
| HSL | 144.83º | 0.64% | 0.27% | - |
| HSV(B) | 144.83º | 0.78% | 0.44% | - |
| XYZ | 7.04 | 12.13 | 6.39 | - |
| YUV | 80.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 61 | 0.78 | 0 | 0.46 | 0.56 | 144.83 | 0.64 | 0.27 |
| Hex | 19 | 70 | 3D | 4E | 0 | 2E | 38 | 91 | 40 | 1B |
| Octal | 31 | 160 | 75 | 116 | 0 | 56 | 70 | 221 | 100 | 33 |
| Binary | 11001 | 1110000 | 111101 | 1001110 | 0 | 101110 | 111000 | 10010001 | 1000000 | 11011 |
Color Harmonies of #19703D
Complementary color
Monochromatic Colors of #19703D
Black with #19703D
Text Example
Text Example
White with #19703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19703D; }
p { color: rgb(25,112,61); }
H1.HeaderClassName
{
color: #19703D;
}
.AnyTagClassName
{
color: #19703D;
}
</style>
background-color css
<style>
a { background-color: #19703D; }
a { background-color: rgb(25,112,61); }
div.DivClassName
{
background-color: #19703D;
}
.BgClassName
{
background-color: #19703D;
}
</style>
border-color css
<style>
span { border-color: #19703D; }
span { border-color: rgb(25,112,61); }
td.TdClassName
{
border-color: #19703D;
}
.TagClassName
{
border-color: #19703D;
}
</style>