Shades of Forest Green #168B1F
Tints of Forest Green #168B1F
RGB
CMYK
RGB Variations
Color information
#168B1F (or 0x168B1F) is known color: Forest Green. HEX triplet: 16, 8B and 1F. RGB value is (22,139,31). Sum of RGB (Red+Green+Blue) = 22+139+31=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 139 (54.69% from 255 or 72.40% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 139 - color contains mainly: green. Hex color #168B1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168B1F is #E974E0. Grayscale: #5C5C5C. Windows color (decimal): -15299809 or 2067222. OLE color: 2067222.
HSL color Cylindrical-coordinate representation of color #168B1F: hue angle of 124.62º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B1F is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 31 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.45 |
| HSL | 124.62º | 0.73% | 0.32% | - |
| HSV(B) | 124.62º | 0.84% | 0.55% | - |
| XYZ | 9.81 | 18.73 | 4.4 | - |
| YUV | 91.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 31 | 0.84 | 0 | 0.78 | 0.45 | 124.62 | 0.73 | 0.32 |
| Hex | 16 | 8B | 1F | 54 | 0 | 4E | 2D | 7D | 49 | 20 |
| Octal | 26 | 213 | 37 | 124 | 0 | 116 | 55 | 175 | 111 | 40 |
| Binary | 10110 | 10001011 | 11111 | 1010100 | 0 | 1001110 | 101101 | 1111101 | 1001001 | 100000 |
Color Harmonies of #168B1F
Complementary color
Monochromatic Colors of #168B1F
Black with #168B1F
Text Example
Text Example
White with #168B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B1F; }
p { color: rgb(22,139,31); }
H1.HeaderClassName
{
color: #168B1F;
}
.AnyTagClassName
{
color: #168B1F;
}
</style>
background-color css
<style>
a { background-color: #168B1F; }
a { background-color: rgb(22,139,31); }
div.DivClassName
{
background-color: #168B1F;
}
.BgClassName
{
background-color: #168B1F;
}
</style>
border-color css
<style>
span { border-color: #168B1F; }
span { border-color: rgb(22,139,31); }
td.TdClassName
{
border-color: #168B1F;
}
.TagClassName
{
border-color: #168B1F;
}
</style>