Shades of Dark Spring Green #167142
Tints of Dark Spring Green #167142
RGB
CMYK
RGB Variations
Color information
#167142 (or 0x167142) is known color: Dark Spring Green. HEX triplet: 16, 71 and 42. RGB value is (22,113,66). Sum of RGB (Red+Green+Blue) = 22+113+66=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #167142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #167142 is #E98EBD. Grayscale: #505050. Windows color (decimal): -15306430 or 4354326. OLE color: 4354326.
HSL color Cylindrical-coordinate representation of color #167142: hue angle of 149.01º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167142 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 113 | 66 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.56 |
| HSL | 149.01º | 0.67% | 0.26% | - |
| HSV(B) | 149.01º | 0.81% | 0.44% | - |
| XYZ | 7.22 | 12.37 | 7.16 | - |
| YUV | 80.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 66 | 0.81 | 0 | 0.42 | 0.56 | 149.01 | 0.67 | 0.26 |
| Hex | 16 | 71 | 42 | 51 | 0 | 2A | 38 | 95 | 43 | 1A |
| Octal | 26 | 161 | 102 | 121 | 0 | 52 | 70 | 225 | 103 | 32 |
| Binary | 10110 | 1110001 | 1000010 | 1010001 | 0 | 101010 | 111000 | 10010101 | 1000011 | 11010 |
Color Harmonies of #167142
Complementary color
Monochromatic Colors of #167142
Black with #167142
Text Example
Text Example
White with #167142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167142; }
p { color: rgb(22,113,66); }
H1.HeaderClassName
{
color: #167142;
}
.AnyTagClassName
{
color: #167142;
}
</style>
background-color css
<style>
a { background-color: #167142; }
a { background-color: rgb(22,113,66); }
div.DivClassName
{
background-color: #167142;
}
.BgClassName
{
background-color: #167142;
}
</style>
border-color css
<style>
span { border-color: #167142; }
span { border-color: rgb(22,113,66); }
td.TdClassName
{
border-color: #167142;
}
.TagClassName
{
border-color: #167142;
}
</style>