Shades of Forest Green #168C2A
Tints of Forest Green #168C2A
RGB
CMYK
RGB Variations
Color information
#168C2A (or 0x168C2A) is known color: Forest Green. HEX triplet: 16, 8C and 2A. RGB value is (22,140,42). Sum of RGB (Red+Green+Blue) = 22+140+42=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 140 (55.08% from 255 or 68.63% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 140 - color contains mainly: green. Hex color #168C2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #168C2A is #E973D5. Grayscale: #5D5D5D. Windows color (decimal): -15299542 or 2788374. OLE color: 2788374.
HSL color Cylindrical-coordinate representation of color #168C2A: hue angle of 130.17º 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 #168C2A is Cyan = 0.84, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 140 | 42 | - |
| CMYK | 0.84 | 0 | 0.7 | 0.45 |
| HSL | 130.17º | 0.73% | 0.32% | - |
| HSV(B) | 130.17º | 0.84% | 0.55% | - |
| XYZ | 10.13 | 19.09 | 5.34 | - |
| YUV | 93.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 42 | 0.84 | 0 | 0.7 | 0.45 | 130.17 | 0.73 | 0.32 |
| Hex | 16 | 8C | 2A | 54 | 0 | 46 | 2D | 82 | 49 | 20 |
| Octal | 26 | 214 | 52 | 124 | 0 | 106 | 55 | 202 | 111 | 40 |
| Binary | 10110 | 10001100 | 101010 | 1010100 | 0 | 1000110 | 101101 | 10000010 | 1001001 | 100000 |
Color Harmonies of #168C2A
Complementary color
Monochromatic Colors of #168C2A
Black with #168C2A
Text Example
Text Example
White with #168C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168C2A; }
p { color: rgb(22,140,42); }
H1.HeaderClassName
{
color: #168C2A;
}
.AnyTagClassName
{
color: #168C2A;
}
</style>
background-color css
<style>
a { background-color: #168C2A; }
a { background-color: rgb(22,140,42); }
div.DivClassName
{
background-color: #168C2A;
}
.BgClassName
{
background-color: #168C2A;
}
</style>
border-color css
<style>
span { border-color: #168C2A; }
span { border-color: rgb(22,140,42); }
td.TdClassName
{
border-color: #168C2A;
}
.TagClassName
{
border-color: #168C2A;
}
</style>