Shades of Forest Green #168E2E
Tints of Forest Green #168E2E
RGB
CMYK
RGB Variations
Color information
#168E2E (or 0x168E2E) is known color: Forest Green. HEX triplet: 16, 8E and 2E. RGB value is (22,142,46). Sum of RGB (Red+Green+Blue) = 22+142+46=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #168E2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168E2E is #E971D1. Grayscale: #5F5F5F. Windows color (decimal): -15299026 or 3051030. OLE color: 3051030.
HSL color Cylindrical-coordinate representation of color #168E2E: hue angle of 132º 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 #168E2E is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 46 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.44 |
| HSL | 132º | 0.73% | 0.32% | - |
| HSV(B) | 132º | 0.85% | 0.56% | - |
| XYZ | 10.5 | 19.71 | 5.84 | - |
| YUV | 95.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 46 | 0.85 | 0 | 0.68 | 0.44 | 132 | 0.73 | 0.32 |
| Hex | 16 | 8E | 2E | 55 | 0 | 44 | 2C | 84 | 49 | 20 |
| Octal | 26 | 216 | 56 | 125 | 0 | 104 | 54 | 204 | 111 | 40 |
| Binary | 10110 | 10001110 | 101110 | 1010101 | 0 | 1000100 | 101100 | 10000100 | 1001001 | 100000 |
Color Harmonies of #168E2E
Complementary color
Monochromatic Colors of #168E2E
Black with #168E2E
Text Example
Text Example
White with #168E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E2E; }
p { color: rgb(22,142,46); }
H1.HeaderClassName
{
color: #168E2E;
}
.AnyTagClassName
{
color: #168E2E;
}
</style>
background-color css
<style>
a { background-color: #168E2E; }
a { background-color: rgb(22,142,46); }
div.DivClassName
{
background-color: #168E2E;
}
.BgClassName
{
background-color: #168E2E;
}
</style>
border-color css
<style>
span { border-color: #168E2E; }
span { border-color: rgb(22,142,46); }
td.TdClassName
{
border-color: #168E2E;
}
.TagClassName
{
border-color: #168E2E;
}
</style>