Shades of Dark Spring Green #16703B
Tints of Dark Spring Green #16703B
RGB
CMYK
RGB Variations
Color information
#16703B (or 0x16703B) is known color: Dark Spring Green. HEX triplet: 16, 70 and 3B. RGB value is (22,112,59). Sum of RGB (Red+Green+Blue) = 22+112+59=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #16703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16703B is #E98FC4. Grayscale: #4F4F4F. Windows color (decimal): -15306693 or 3895318. OLE color: 3895318.
HSL color Cylindrical-coordinate representation of color #16703B: hue angle of 144.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16703B is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 59 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.56 |
| HSL | 144.67º | 0.67% | 0.26% | - |
| HSV(B) | 144.67º | 0.8% | 0.44% | - |
| XYZ | 6.91 | 12.07 | 6.1 | - |
| YUV | 79.05 | 116.68 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 59 | 0.80 | 0 | 0.47 | 0.56 | 144.67 | 0.67 | 0.26 |
| Hex | 16 | 70 | 3B | 50 | 0 | 2F | 38 | 91 | 43 | 1A |
| Octal | 26 | 160 | 73 | 120 | 0 | 57 | 70 | 221 | 103 | 32 |
| Binary | 10110 | 1110000 | 111011 | 1010000 | 0 | 101111 | 111000 | 10010001 | 1000011 | 11010 |
Color Harmonies of #16703B
Complementary color
Monochromatic Colors of #16703B
Black with #16703B
Text Example
Text Example
White with #16703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16703B; }
p { color: rgb(22,112,59); }
H1.HeaderClassName
{
color: #16703B;
}
.AnyTagClassName
{
color: #16703B;
}
</style>
background-color css
<style>
a { background-color: #16703B; }
a { background-color: rgb(22,112,59); }
div.DivClassName
{
background-color: #16703B;
}
.BgClassName
{
background-color: #16703B;
}
</style>
border-color css
<style>
span { border-color: #16703B; }
span { border-color: rgb(22,112,59); }
td.TdClassName
{
border-color: #16703B;
}
.TagClassName
{
border-color: #16703B;
}
</style>