Shades of Forest Green #14781F
Tints of Forest Green #14781F
RGB
CMYK
RGB Variations
Color information
#14781F (or 0x14781F) is known color: Forest Green. HEX triplet: 14, 78 and 1F. RGB value is (20,120,31). Sum of RGB (Red+Green+Blue) = 20+120+31=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 120 (47.27% from 255 or 70.18% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 120 - color contains mainly: green. Hex color #14781F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14781F is #EB87E0. Grayscale: #505050. Windows color (decimal): -15435745 or 2062356. OLE color: 2062356.
HSL color Cylindrical-coordinate representation of color #14781F: hue angle of 126.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14781F is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 120 | 31 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.53 |
| HSL | 126.6º | 0.71% | 0.27% | - |
| HSV(B) | 126.6º | 0.83% | 0.47% | - |
| XYZ | 7.25 | 13.68 | 3.55 | - |
| YUV | 79.95 | 100.37 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 31 | 0.83 | 0 | 0.74 | 0.53 | 126.6 | 0.71 | 0.27 |
| Hex | 14 | 78 | 1F | 53 | 0 | 4A | 35 | 7F | 47 | 1B |
| Octal | 24 | 170 | 37 | 123 | 0 | 112 | 65 | 177 | 107 | 33 |
| Binary | 10100 | 1111000 | 11111 | 1010011 | 0 | 1001010 | 110101 | 1111111 | 1000111 | 11011 |
Color Harmonies of #14781F
Complementary color
Monochromatic Colors of #14781F
Black with #14781F
Text Example
Text Example
White with #14781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14781F; }
p { color: rgb(20,120,31); }
H1.HeaderClassName
{
color: #14781F;
}
.AnyTagClassName
{
color: #14781F;
}
</style>
background-color css
<style>
a { background-color: #14781F; }
a { background-color: rgb(20,120,31); }
div.DivClassName
{
background-color: #14781F;
}
.BgClassName
{
background-color: #14781F;
}
</style>
border-color css
<style>
span { border-color: #14781F; }
span { border-color: rgb(20,120,31); }
td.TdClassName
{
border-color: #14781F;
}
.TagClassName
{
border-color: #14781F;
}
</style>