Shades of Forest Green #147D1F
Tints of Forest Green #147D1F
RGB
CMYK
RGB Variations
Color information
#147D1F (or 0x147D1F) is known color: Forest Green. HEX triplet: 14, 7D and 1F. RGB value is (20,125,31). Sum of RGB (Red+Green+Blue) = 20+125+31=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #147D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D1F is #EB82E0. Grayscale: #535353. Windows color (decimal): -15434465 or 2063636. OLE color: 2063636.
HSL color Cylindrical-coordinate representation of color #147D1F: hue angle of 126.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D1F is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 31 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.51 |
| HSL | 126.29º | 0.72% | 0.28% | - |
| HSV(B) | 126.29º | 0.84% | 0.49% | - |
| XYZ | 7.87 | 14.91 | 3.76 | - |
| YUV | 82.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 31 | 0.84 | 0 | 0.75 | 0.51 | 126.29 | 0.72 | 0.28 |
| Hex | 14 | 7D | 1F | 54 | 0 | 4B | 33 | 7E | 48 | 1C |
| Octal | 24 | 175 | 37 | 124 | 0 | 113 | 63 | 176 | 110 | 34 |
| Binary | 10100 | 1111101 | 11111 | 1010100 | 0 | 1001011 | 110011 | 1111110 | 1001000 | 11100 |
Color Harmonies of #147D1F
Complementary color
Monochromatic Colors of #147D1F
Black with #147D1F
Text Example
Text Example
White with #147D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D1F; }
p { color: rgb(20,125,31); }
H1.HeaderClassName
{
color: #147D1F;
}
.AnyTagClassName
{
color: #147D1F;
}
</style>
background-color css
<style>
a { background-color: #147D1F; }
a { background-color: rgb(20,125,31); }
div.DivClassName
{
background-color: #147D1F;
}
.BgClassName
{
background-color: #147D1F;
}
</style>
border-color css
<style>
span { border-color: #147D1F; }
span { border-color: rgb(20,125,31); }
td.TdClassName
{
border-color: #147D1F;
}
.TagClassName
{
border-color: #147D1F;
}
</style>