Shades of Forest Green #168A20
Tints of Forest Green #168A20
RGB
CMYK
RGB Variations
Color information
#168A20 (or 0x168A20) is known color: Forest Green. HEX triplet: 16, 8A and 20. RGB value is (22,138,32). Sum of RGB (Red+Green+Blue) = 22+138+32=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #168A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168A20 is #E975DF. Grayscale: #5B5B5B. Windows color (decimal): -15300064 or 2132502. OLE color: 2132502.
HSL color Cylindrical-coordinate representation of color #168A20: hue angle of 125.17º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168A20 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 32 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.46 |
| HSL | 125.17º | 0.73% | 0.31% | - |
| HSV(B) | 125.17º | 0.84% | 0.54% | - |
| XYZ | 9.68 | 18.45 | 4.42 | - |
| YUV | 91.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 32 | 0.84 | 0 | 0.77 | 0.46 | 125.17 | 0.73 | 0.31 |
| Hex | 16 | 8A | 20 | 54 | 0 | 4D | 2E | 7D | 48 | 1F |
| Octal | 26 | 212 | 40 | 124 | 0 | 115 | 56 | 175 | 110 | 37 |
| Binary | 10110 | 10001010 | 100000 | 1010100 | 0 | 1001101 | 101110 | 1111101 | 1001000 | 11111 |
Color Harmonies of #168A20
Complementary color
Monochromatic Colors of #168A20
Black with #168A20
Text Example
Text Example
White with #168A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A20; }
p { color: rgb(22,138,32); }
H1.HeaderClassName
{
color: #168A20;
}
.AnyTagClassName
{
color: #168A20;
}
</style>
background-color css
<style>
a { background-color: #168A20; }
a { background-color: rgb(22,138,32); }
div.DivClassName
{
background-color: #168A20;
}
.BgClassName
{
background-color: #168A20;
}
</style>
border-color css
<style>
span { border-color: #168A20; }
span { border-color: rgb(22,138,32); }
td.TdClassName
{
border-color: #168A20;
}
.TagClassName
{
border-color: #168A20;
}
</style>