Shades of Forest Green #168A1E
Tints of Forest Green #168A1E
RGB
CMYK
RGB Variations
Color information
#168A1E (or 0x168A1E) is known color: Forest Green. HEX triplet: 16, 8A and 1E. RGB value is (22,138,30). Sum of RGB (Red+Green+Blue) = 22+138+30=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 138 (54.30% from 255 or 72.63% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 138 - color contains mainly: green. Hex color #168A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168A1E is #E975E1. Grayscale: #5B5B5B. Windows color (decimal): -15300066 or 2001430. OLE color: 2001430.
HSL color Cylindrical-coordinate representation of color #168A1E: hue angle of 124.14º 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 #168A1E is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 30 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.46 |
| HSL | 124.14º | 0.73% | 0.31% | - |
| HSV(B) | 124.14º | 0.84% | 0.54% | - |
| XYZ | 9.65 | 18.44 | 4.28 | - |
| YUV | 91 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 30 | 0.84 | 0 | 0.78 | 0.46 | 124.14 | 0.73 | 0.31 |
| Hex | 16 | 8A | 1E | 54 | 0 | 4E | 2E | 7C | 48 | 1F |
| Octal | 26 | 212 | 36 | 124 | 0 | 116 | 56 | 174 | 110 | 37 |
| Binary | 10110 | 10001010 | 11110 | 1010100 | 0 | 1001110 | 101110 | 1111100 | 1001000 | 11111 |
Color Harmonies of #168A1E
Complementary color
Monochromatic Colors of #168A1E
Black with #168A1E
Text Example
Text Example
White with #168A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A1E; }
p { color: rgb(22,138,30); }
H1.HeaderClassName
{
color: #168A1E;
}
.AnyTagClassName
{
color: #168A1E;
}
</style>
background-color css
<style>
a { background-color: #168A1E; }
a { background-color: rgb(22,138,30); }
div.DivClassName
{
background-color: #168A1E;
}
.BgClassName
{
background-color: #168A1E;
}
</style>
border-color css
<style>
span { border-color: #168A1E; }
span { border-color: rgb(22,138,30); }
td.TdClassName
{
border-color: #168A1E;
}
.TagClassName
{
border-color: #168A1E;
}
</style>