Shades of Green #167002
Tints of Green #167002
RGB
CMYK
RGB Variations
Color information
#167002 (or 0x167002) is known color: Green. HEX triplet: 16, 70 and 02. RGB value is (22,112,2). Sum of RGB (Red+Green+Blue) = 22+112+2=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #167002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167002 is #E98FFD. Grayscale: #484848. Windows color (decimal): -15306750 or 159766. OLE color: 159766.
HSL color Cylindrical-coordinate representation of color #167002: hue angle of 109.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #167002 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 2 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.56 |
| HSL | 109.09º | 0.96% | 0.22% | - |
| HSV(B) | 109.09º | 0.98% | 0.44% | - |
| XYZ | 6.14 | 11.76 | 2 | - |
| YUV | 72.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 2 | 0.80 | 0 | 0.98 | 0.56 | 109.09 | 0.96 | 0.22 |
| Hex | 16 | 70 | 2 | 50 | 0 | 62 | 38 | 6D | 60 | 16 |
| Octal | 26 | 160 | 2 | 120 | 0 | 142 | 70 | 155 | 140 | 26 |
| Binary | 10110 | 1110000 | 10 | 1010000 | 0 | 1100010 | 111000 | 1101101 | 1100000 | 10110 |
Color Harmonies of #167002
Complementary color
Monochromatic Colors of #167002
Black with #167002
Text Example
Text Example
White with #167002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167002; }
p { color: rgb(22,112,2); }
H1.HeaderClassName
{
color: #167002;
}
.AnyTagClassName
{
color: #167002;
}
</style>
background-color css
<style>
a { background-color: #167002; }
a { background-color: rgb(22,112,2); }
div.DivClassName
{
background-color: #167002;
}
.BgClassName
{
background-color: #167002;
}
</style>
border-color css
<style>
span { border-color: #167002; }
span { border-color: rgb(22,112,2); }
td.TdClassName
{
border-color: #167002;
}
.TagClassName
{
border-color: #167002;
}
</style>