Shades of Forest Green #149412
Tints of Forest Green #149412
RGB
CMYK
RGB Variations
Color information
#149412 (or 0x149412) is known color: Forest Green. HEX triplet: 14, 94 and 12. RGB value is (20,148,18). Sum of RGB (Red+Green+Blue) = 20+148+18=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #149412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149412 is #EB6BED. Grayscale: #5F5F5F. Windows color (decimal): -15428590 or 1217556. OLE color: 1217556.
HSL color Cylindrical-coordinate representation of color #149412: hue angle of 119.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149412 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 18 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.42 |
| HSL | 119.08º | 0.78% | 0.33% | - |
| HSV(B) | 119.08º | 0.88% | 0.58% | - |
| XYZ | 10.99 | 21.37 | 4.12 | - |
| YUV | 94.91 | 84.59 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 18 | 0.86 | 0 | 0.88 | 0.42 | 119.08 | 0.78 | 0.33 |
| Hex | 14 | 94 | 12 | 56 | 0 | 58 | 2A | 77 | 4E | 21 |
| Octal | 24 | 224 | 22 | 126 | 0 | 130 | 52 | 167 | 116 | 41 |
| Binary | 10100 | 10010100 | 10010 | 1010110 | 0 | 1011000 | 101010 | 1110111 | 1001110 | 100001 |
Color Harmonies of #149412
Complementary color
Monochromatic Colors of #149412
Black with #149412
Text Example
Text Example
White with #149412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149412; }
p { color: rgb(20,148,18); }
H1.HeaderClassName
{
color: #149412;
}
.AnyTagClassName
{
color: #149412;
}
</style>
background-color css
<style>
a { background-color: #149412; }
a { background-color: rgb(20,148,18); }
div.DivClassName
{
background-color: #149412;
}
.BgClassName
{
background-color: #149412;
}
</style>
border-color css
<style>
span { border-color: #149412; }
span { border-color: rgb(20,148,18); }
td.TdClassName
{
border-color: #149412;
}
.TagClassName
{
border-color: #149412;
}
</style>