Shades of Forest Green #148212
Tints of Forest Green #148212
RGB
CMYK
RGB Variations
Color information
#148212 (or 0x148212) is known color: Forest Green. HEX triplet: 14, 82 and 12. RGB value is (20,130,18). Sum of RGB (Red+Green+Blue) = 20+130+18=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #148212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148212 is #EB7DED. Grayscale: #545454. Windows color (decimal): -15433198 or 1212948. OLE color: 1212948.
HSL color Cylindrical-coordinate representation of color #148212: hue angle of 118.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148212 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 18 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.49 |
| HSL | 118.93º | 0.76% | 0.29% | - |
| HSV(B) | 118.93º | 0.86% | 0.51% | - |
| XYZ | 8.38 | 16.16 | 3.25 | - |
| YUV | 84.34 | 90.56 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 18 | 0.85 | 0 | 0.86 | 0.49 | 118.93 | 0.76 | 0.29 |
| Hex | 14 | 82 | 12 | 55 | 0 | 56 | 31 | 77 | 4C | 1D |
| Octal | 24 | 202 | 22 | 125 | 0 | 126 | 61 | 167 | 114 | 35 |
| Binary | 10100 | 10000010 | 10010 | 1010101 | 0 | 1010110 | 110001 | 1110111 | 1001100 | 11101 |
Color Harmonies of #148212
Complementary color
Monochromatic Colors of #148212
Black with #148212
Text Example
Text Example
White with #148212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148212; }
p { color: rgb(20,130,18); }
H1.HeaderClassName
{
color: #148212;
}
.AnyTagClassName
{
color: #148212;
}
</style>
background-color css
<style>
a { background-color: #148212; }
a { background-color: rgb(20,130,18); }
div.DivClassName
{
background-color: #148212;
}
.BgClassName
{
background-color: #148212;
}
</style>
border-color css
<style>
span { border-color: #148212; }
span { border-color: rgb(20,130,18); }
td.TdClassName
{
border-color: #148212;
}
.TagClassName
{
border-color: #148212;
}
</style>