Shades of Dark Spring Green #167049
Tints of Dark Spring Green #167049
RGB
CMYK
RGB Variations
Color information
#167049 (or 0x167049) is known color: Dark Spring Green. HEX triplet: 16, 70 and 49. RGB value is (22,112,73). Sum of RGB (Red+Green+Blue) = 22+112+73=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #167049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167049 is #E98FB6. Grayscale: #505050. Windows color (decimal): -15306679 or 4812822. OLE color: 4812822.
HSL color Cylindrical-coordinate representation of color #167049: hue angle of 154º 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 #167049 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 73 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.56 |
| HSL | 154º | 0.67% | 0.26% | - |
| HSV(B) | 154º | 0.8% | 0.44% | - |
| XYZ | 7.33 | 12.24 | 8.28 | - |
| YUV | 80.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 73 | 0.80 | 0 | 0.35 | 0.56 | 154 | 0.67 | 0.26 |
| Hex | 16 | 70 | 49 | 50 | 0 | 23 | 38 | 9A | 43 | 1A |
| Octal | 26 | 160 | 111 | 120 | 0 | 43 | 70 | 232 | 103 | 32 |
| Binary | 10110 | 1110000 | 1001001 | 1010000 | 0 | 100011 | 111000 | 10011010 | 1000011 | 11010 |
Color Harmonies of #167049
Complementary color
Monochromatic Colors of #167049
Black with #167049
Text Example
Text Example
White with #167049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167049; }
p { color: rgb(22,112,73); }
H1.HeaderClassName
{
color: #167049;
}
.AnyTagClassName
{
color: #167049;
}
</style>
background-color css
<style>
a { background-color: #167049; }
a { background-color: rgb(22,112,73); }
div.DivClassName
{
background-color: #167049;
}
.BgClassName
{
background-color: #167049;
}
</style>
border-color css
<style>
span { border-color: #167049; }
span { border-color: rgb(22,112,73); }
td.TdClassName
{
border-color: #167049;
}
.TagClassName
{
border-color: #167049;
}
</style>