Shades of Forest Green #168326
Tints of Forest Green #168326
RGB
CMYK
RGB Variations
Color information
#168326 (or 0x168326) is known color: Forest Green. HEX triplet: 16, 83 and 26. RGB value is (22,131,38). Sum of RGB (Red+Green+Blue) = 22+131+38=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 131 (51.56% from 255 or 68.59% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 131 - color contains mainly: green. Hex color #168326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168326 is #E97CD9. Grayscale: #585858. Windows color (decimal): -15301850 or 2523926. OLE color: 2523926.
HSL color Cylindrical-coordinate representation of color #168326: hue angle of 128.81º 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 #168326 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 38 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.49 |
| HSL | 128.81º | 0.71% | 0.3% | - |
| HSV(B) | 128.81º | 0.83% | 0.51% | - |
| XYZ | 8.8 | 16.54 | 4.56 | - |
| YUV | 87.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 38 | 0.83 | 0 | 0.71 | 0.49 | 128.81 | 0.71 | 0.3 |
| Hex | 16 | 83 | 26 | 53 | 0 | 47 | 31 | 81 | 47 | 1E |
| Octal | 26 | 203 | 46 | 123 | 0 | 107 | 61 | 201 | 107 | 36 |
| Binary | 10110 | 10000011 | 100110 | 1010011 | 0 | 1000111 | 110001 | 10000001 | 1000111 | 11110 |
Color Harmonies of #168326
Complementary color
Monochromatic Colors of #168326
Black with #168326
Text Example
Text Example
White with #168326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168326; }
p { color: rgb(22,131,38); }
H1.HeaderClassName
{
color: #168326;
}
.AnyTagClassName
{
color: #168326;
}
</style>
background-color css
<style>
a { background-color: #168326; }
a { background-color: rgb(22,131,38); }
div.DivClassName
{
background-color: #168326;
}
.BgClassName
{
background-color: #168326;
}
</style>
border-color css
<style>
span { border-color: #168326; }
span { border-color: rgb(22,131,38); }
td.TdClassName
{
border-color: #168326;
}
.TagClassName
{
border-color: #168326;
}
</style>