Shades of Forest Green #168228
Tints of Forest Green #168228
RGB
CMYK
RGB Variations
Color information
#168228 (or 0x168228) is known color: Forest Green. HEX triplet: 16, 82 and 28. RGB value is (22,130,40). Sum of RGB (Red+Green+Blue) = 22+130+40=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #168228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168228 is #E97DD7. Grayscale: #575757. Windows color (decimal): -15302104 or 2654742. OLE color: 2654742.
HSL color Cylindrical-coordinate representation of color #168228: hue angle of 130º 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 #168228 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 40 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.49 |
| HSL | 130º | 0.71% | 0.3% | - |
| HSV(B) | 130º | 0.83% | 0.51% | - |
| XYZ | 8.7 | 16.29 | 4.69 | - |
| YUV | 87.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 40 | 0.83 | 0 | 0.69 | 0.49 | 130 | 0.71 | 0.3 |
| Hex | 16 | 82 | 28 | 53 | 0 | 45 | 31 | 82 | 47 | 1E |
| Octal | 26 | 202 | 50 | 123 | 0 | 105 | 61 | 202 | 107 | 36 |
| Binary | 10110 | 10000010 | 101000 | 1010011 | 0 | 1000101 | 110001 | 10000010 | 1000111 | 11110 |
Color Harmonies of #168228
Complementary color
Monochromatic Colors of #168228
Black with #168228
Text Example
Text Example
White with #168228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168228; }
p { color: rgb(22,130,40); }
H1.HeaderClassName
{
color: #168228;
}
.AnyTagClassName
{
color: #168228;
}
</style>
background-color css
<style>
a { background-color: #168228; }
a { background-color: rgb(22,130,40); }
div.DivClassName
{
background-color: #168228;
}
.BgClassName
{
background-color: #168228;
}
</style>
border-color css
<style>
span { border-color: #168228; }
span { border-color: rgb(22,130,40); }
td.TdClassName
{
border-color: #168228;
}
.TagClassName
{
border-color: #168228;
}
</style>