Shades of Forest Green #168E2A
Tints of Forest Green #168E2A
RGB
CMYK
RGB Variations
Color information
#168E2A (or 0x168E2A) is known color: Forest Green. HEX triplet: 16, 8E and 2A. RGB value is (22,142,42). Sum of RGB (Red+Green+Blue) = 22+142+42=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #168E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168E2A is #E971D5. Grayscale: #5F5F5F. Windows color (decimal): -15299030 or 2788886. OLE color: 2788886.
HSL color Cylindrical-coordinate representation of color #168E2A: hue angle of 130º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E2A is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 42 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.44 |
| HSL | 130º | 0.73% | 0.32% | - |
| HSV(B) | 130º | 0.85% | 0.56% | - |
| XYZ | 10.42 | 19.68 | 5.44 | - |
| YUV | 94.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 42 | 0.85 | 0 | 0.70 | 0.44 | 130 | 0.73 | 0.32 |
| Hex | 16 | 8E | 2A | 55 | 0 | 46 | 2C | 82 | 49 | 20 |
| Octal | 26 | 216 | 52 | 125 | 0 | 106 | 54 | 202 | 111 | 40 |
| Binary | 10110 | 10001110 | 101010 | 1010101 | 0 | 1000110 | 101100 | 10000010 | 1001001 | 100000 |
Color Harmonies of #168E2A
Complementary color
Monochromatic Colors of #168E2A
Black with #168E2A
Text Example
Text Example
White with #168E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E2A; }
p { color: rgb(22,142,42); }
H1.HeaderClassName
{
color: #168E2A;
}
.AnyTagClassName
{
color: #168E2A;
}
</style>
background-color css
<style>
a { background-color: #168E2A; }
a { background-color: rgb(22,142,42); }
div.DivClassName
{
background-color: #168E2A;
}
.BgClassName
{
background-color: #168E2A;
}
</style>
border-color css
<style>
span { border-color: #168E2A; }
span { border-color: rgb(22,142,42); }
td.TdClassName
{
border-color: #168E2A;
}
.TagClassName
{
border-color: #168E2A;
}
</style>