Shades of Forest Green #168322
Tints of Forest Green #168322
RGB
CMYK
RGB Variations
Color information
#168322 (or 0x168322) is known color: Forest Green. HEX triplet: 16, 83 and 22. RGB value is (22,131,34). Sum of RGB (Red+Green+Blue) = 22+131+34=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 131 (51.56% from 255 or 70.05% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 131 - color contains mainly: green. Hex color #168322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168322 is #E97CDD. Grayscale: #575757. Windows color (decimal): -15301854 or 2261782. OLE color: 2261782.
HSL color Cylindrical-coordinate representation of color #168322: hue angle of 126.61º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168322 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 34 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.49 |
| HSL | 126.61º | 0.71% | 0.3% | - |
| HSV(B) | 126.61º | 0.83% | 0.51% | - |
| XYZ | 8.74 | 16.52 | 4.24 | - |
| YUV | 87.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 34 | 0.83 | 0 | 0.74 | 0.49 | 126.61 | 0.71 | 0.3 |
| Hex | 16 | 83 | 22 | 53 | 0 | 4A | 31 | 7F | 47 | 1E |
| Octal | 26 | 203 | 42 | 123 | 0 | 112 | 61 | 177 | 107 | 36 |
| Binary | 10110 | 10000011 | 100010 | 1010011 | 0 | 1001010 | 110001 | 1111111 | 1000111 | 11110 |
Color Harmonies of #168322
Complementary color
Monochromatic Colors of #168322
Black with #168322
Text Example
Text Example
White with #168322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168322; }
p { color: rgb(22,131,34); }
H1.HeaderClassName
{
color: #168322;
}
.AnyTagClassName
{
color: #168322;
}
</style>
background-color css
<style>
a { background-color: #168322; }
a { background-color: rgb(22,131,34); }
div.DivClassName
{
background-color: #168322;
}
.BgClassName
{
background-color: #168322;
}
</style>
border-color css
<style>
span { border-color: #168322; }
span { border-color: rgb(22,131,34); }
td.TdClassName
{
border-color: #168322;
}
.TagClassName
{
border-color: #168322;
}
</style>