Shades of Dark Spring Green #19713F
Tints of Dark Spring Green #19713F
RGB
CMYK
RGB Variations
Color information
#19713F (or 0x19713F) is known color: Dark Spring Green. HEX triplet: 19, 71 and 3F. RGB value is (25,113,63). Sum of RGB (Red+Green+Blue) = 25+113+63=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #19713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19713F is #E68EC0. Grayscale: #515151. Windows color (decimal): -15109825 or 4157721. OLE color: 4157721.
HSL color Cylindrical-coordinate representation of color #19713F: hue angle of 145.91º 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 #19713F is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 63 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.56 |
| HSL | 145.91º | 0.64% | 0.27% | - |
| HSV(B) | 145.91º | 0.78% | 0.44% | - |
| XYZ | 7.2 | 12.38 | 6.71 | - |
| YUV | 80.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 63 | 0.78 | 0 | 0.44 | 0.56 | 145.91 | 0.64 | 0.27 |
| Hex | 19 | 71 | 3F | 4E | 0 | 2C | 38 | 92 | 40 | 1B |
| Octal | 31 | 161 | 77 | 116 | 0 | 54 | 70 | 222 | 100 | 33 |
| Binary | 11001 | 1110001 | 111111 | 1001110 | 0 | 101100 | 111000 | 10010010 | 1000000 | 11011 |
Color Harmonies of #19713F
Complementary color
Monochromatic Colors of #19713F
Black with #19713F
Text Example
Text Example
White with #19713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19713F; }
p { color: rgb(25,113,63); }
H1.HeaderClassName
{
color: #19713F;
}
.AnyTagClassName
{
color: #19713F;
}
</style>
background-color css
<style>
a { background-color: #19713F; }
a { background-color: rgb(25,113,63); }
div.DivClassName
{
background-color: #19713F;
}
.BgClassName
{
background-color: #19713F;
}
</style>
border-color css
<style>
span { border-color: #19713F; }
span { border-color: rgb(25,113,63); }
td.TdClassName
{
border-color: #19713F;
}
.TagClassName
{
border-color: #19713F;
}
</style>