Shades of Forest Green #168B2A
Tints of Forest Green #168B2A
RGB
CMYK
RGB Variations
Color information
#168B2A (or 0x168B2A) is known color: Forest Green. HEX triplet: 16, 8B and 2A. RGB value is (22,139,42). Sum of RGB (Red+Green+Blue) = 22+139+42=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #168B2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168B2A is #E974D5. Grayscale: #5D5D5D. Windows color (decimal): -15299798 or 2788118. OLE color: 2788118.
HSL color Cylindrical-coordinate representation of color #168B2A: hue angle of 130.26º 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 #168B2A is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 42 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.45 |
| HSL | 130.26º | 0.73% | 0.32% | - |
| HSV(B) | 130.26º | 0.84% | 0.55% | - |
| XYZ | 9.98 | 18.8 | 5.29 | - |
| YUV | 92.96 | 99.24 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 42 | 0.84 | 0 | 0.70 | 0.45 | 130.26 | 0.73 | 0.32 |
| Hex | 16 | 8B | 2A | 54 | 0 | 46 | 2D | 82 | 49 | 20 |
| Octal | 26 | 213 | 52 | 124 | 0 | 106 | 55 | 202 | 111 | 40 |
| Binary | 10110 | 10001011 | 101010 | 1010100 | 0 | 1000110 | 101101 | 10000010 | 1001001 | 100000 |
Color Harmonies of #168B2A
Complementary color
Monochromatic Colors of #168B2A
Black with #168B2A
Text Example
Text Example
White with #168B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B2A; }
p { color: rgb(22,139,42); }
H1.HeaderClassName
{
color: #168B2A;
}
.AnyTagClassName
{
color: #168B2A;
}
</style>
background-color css
<style>
a { background-color: #168B2A; }
a { background-color: rgb(22,139,42); }
div.DivClassName
{
background-color: #168B2A;
}
.BgClassName
{
background-color: #168B2A;
}
</style>
border-color css
<style>
span { border-color: #168B2A; }
span { border-color: rgb(22,139,42); }
td.TdClassName
{
border-color: #168B2A;
}
.TagClassName
{
border-color: #168B2A;
}
</style>