Shades of Forest Green #168A1F
Tints of Forest Green #168A1F
RGB
CMYK
RGB Variations
Color information
#168A1F (or 0x168A1F) is known color: Forest Green. HEX triplet: 16, 8A and 1F. RGB value is (22,138,31). Sum of RGB (Red+Green+Blue) = 22+138+31=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 138 (54.30% from 255 or 72.25% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 138 - color contains mainly: green. Hex color #168A1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168A1F is #E975E0. Grayscale: #5B5B5B. Windows color (decimal): -15300065 or 2066966. OLE color: 2066966.
HSL color Cylindrical-coordinate representation of color #168A1F: hue angle of 124.66º 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 #168A1F is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 31 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.46 |
| HSL | 124.66º | 0.73% | 0.31% | - |
| HSV(B) | 124.66º | 0.84% | 0.54% | - |
| XYZ | 9.67 | 18.45 | 4.35 | - |
| YUV | 91.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 31 | 0.84 | 0 | 0.78 | 0.46 | 124.66 | 0.73 | 0.31 |
| Hex | 16 | 8A | 1F | 54 | 0 | 4E | 2E | 7D | 48 | 1F |
| Octal | 26 | 212 | 37 | 124 | 0 | 116 | 56 | 175 | 110 | 37 |
| Binary | 10110 | 10001010 | 11111 | 1010100 | 0 | 1001110 | 101110 | 1111101 | 1001000 | 11111 |
Color Harmonies of #168A1F
Complementary color
Monochromatic Colors of #168A1F
Black with #168A1F
Text Example
Text Example
White with #168A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A1F; }
p { color: rgb(22,138,31); }
H1.HeaderClassName
{
color: #168A1F;
}
.AnyTagClassName
{
color: #168A1F;
}
</style>
background-color css
<style>
a { background-color: #168A1F; }
a { background-color: rgb(22,138,31); }
div.DivClassName
{
background-color: #168A1F;
}
.BgClassName
{
background-color: #168A1F;
}
</style>
border-color css
<style>
span { border-color: #168A1F; }
span { border-color: rgb(22,138,31); }
td.TdClassName
{
border-color: #168A1F;
}
.TagClassName
{
border-color: #168A1F;
}
</style>