Shades of Forest Green #148E1F
Tints of Forest Green #148E1F
RGB
CMYK
RGB Variations
Color information
#148E1F (or 0x148E1F) is known color: Forest Green. HEX triplet: 14, 8E and 1F. RGB value is (20,142,31). Sum of RGB (Red+Green+Blue) = 20+142+31=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 142 (55.86% from 255 or 73.58% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 142 - color contains mainly: green. Hex color #148E1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148E1F is #EB71E0. Grayscale: #5D5D5D. Windows color (decimal): -15430113 or 2067988. OLE color: 2067988.
HSL color Cylindrical-coordinate representation of color #148E1F: hue angle of 125.41º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148E1F is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 31 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.44 |
| HSL | 125.41º | 0.75% | 0.32% | - |
| HSV(B) | 125.41º | 0.86% | 0.56% | - |
| XYZ | 10.21 | 19.59 | 4.54 | - |
| YUV | 92.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 31 | 0.86 | 0 | 0.78 | 0.44 | 125.41 | 0.75 | 0.32 |
| Hex | 14 | 8E | 1F | 56 | 0 | 4E | 2C | 7D | 4B | 20 |
| Octal | 24 | 216 | 37 | 126 | 0 | 116 | 54 | 175 | 113 | 40 |
| Binary | 10100 | 10001110 | 11111 | 1010110 | 0 | 1001110 | 101100 | 1111101 | 1001011 | 100000 |
Color Harmonies of #148E1F
Complementary color
Monochromatic Colors of #148E1F
Black with #148E1F
Text Example
Text Example
White with #148E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E1F; }
p { color: rgb(20,142,31); }
H1.HeaderClassName
{
color: #148E1F;
}
.AnyTagClassName
{
color: #148E1F;
}
</style>
background-color css
<style>
a { background-color: #148E1F; }
a { background-color: rgb(20,142,31); }
div.DivClassName
{
background-color: #148E1F;
}
.BgClassName
{
background-color: #148E1F;
}
</style>
border-color css
<style>
span { border-color: #148E1F; }
span { border-color: rgb(20,142,31); }
td.TdClassName
{
border-color: #148E1F;
}
.TagClassName
{
border-color: #148E1F;
}
</style>