Shades of Forest Green #146D16
Tints of Forest Green #146D16
RGB
CMYK
RGB Variations
Color information
#146D16 (or 0x146D16) is known color: Forest Green. HEX triplet: 14, 6D and 16. RGB value is (20,109,22). Sum of RGB (Red+Green+Blue) = 20+109+22=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #146D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146D16 is #EB92E9. Grayscale: #484848. Windows color (decimal): -15438570 or 1469716. OLE color: 1469716.
HSL color Cylindrical-coordinate representation of color #146D16: hue angle of 121.35º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D16 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 22 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.57 |
| HSL | 121.35º | 0.69% | 0.25% | - |
| HSV(B) | 121.35º | 0.82% | 0.43% | - |
| XYZ | 5.9 | 11.14 | 2.6 | - |
| YUV | 72.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 22 | 0.82 | 0 | 0.80 | 0.57 | 121.35 | 0.69 | 0.25 |
| Hex | 14 | 6D | 16 | 52 | 0 | 50 | 39 | 79 | 45 | 19 |
| Octal | 24 | 155 | 26 | 122 | 0 | 120 | 71 | 171 | 105 | 31 |
| Binary | 10100 | 1101101 | 10110 | 1010010 | 0 | 1010000 | 111001 | 1111001 | 1000101 | 11001 |
Color Harmonies of #146D16
Complementary color
Monochromatic Colors of #146D16
Black with #146D16
Text Example
Text Example
White with #146D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D16; }
p { color: rgb(20,109,22); }
H1.HeaderClassName
{
color: #146D16;
}
.AnyTagClassName
{
color: #146D16;
}
</style>
background-color css
<style>
a { background-color: #146D16; }
a { background-color: rgb(20,109,22); }
div.DivClassName
{
background-color: #146D16;
}
.BgClassName
{
background-color: #146D16;
}
</style>
border-color css
<style>
span { border-color: #146D16; }
span { border-color: rgb(20,109,22); }
td.TdClassName
{
border-color: #146D16;
}
.TagClassName
{
border-color: #146D16;
}
</style>