Shades of Forest Green #147F1B
Tints of Forest Green #147F1B
RGB
CMYK
RGB Variations
Color information
#147F1B (or 0x147F1B) is known color: Forest Green. HEX triplet: 14, 7F and 1B. RGB value is (20,127,27). Sum of RGB (Red+Green+Blue) = 20+127+27=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 127 (50% from 255 or 72.99% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 127 - color contains mainly: green. Hex color #147F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F1B is #EB80E4. Grayscale: #535353. Windows color (decimal): -15433957 or 1802004. OLE color: 1802004.
HSL color Cylindrical-coordinate representation of color #147F1B: hue angle of 123.93º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F1B is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 27 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.50 |
| HSL | 123.93º | 0.73% | 0.29% | - |
| HSV(B) | 123.93º | 0.84% | 0.5% | - |
| XYZ | 8.08 | 15.41 | 3.59 | - |
| YUV | 83.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 27 | 0.84 | 0 | 0.79 | 0.50 | 123.93 | 0.73 | 0.29 |
| Hex | 14 | 7F | 1B | 54 | 0 | 4F | 32 | 7C | 49 | 1D |
| Octal | 24 | 177 | 33 | 124 | 0 | 117 | 62 | 174 | 111 | 35 |
| Binary | 10100 | 1111111 | 11011 | 1010100 | 0 | 1001111 | 110010 | 1111100 | 1001001 | 11101 |
Color Harmonies of #147F1B
Complementary color
Monochromatic Colors of #147F1B
Black with #147F1B
Text Example
Text Example
White with #147F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F1B; }
p { color: rgb(20,127,27); }
H1.HeaderClassName
{
color: #147F1B;
}
.AnyTagClassName
{
color: #147F1B;
}
</style>
background-color css
<style>
a { background-color: #147F1B; }
a { background-color: rgb(20,127,27); }
div.DivClassName
{
background-color: #147F1B;
}
.BgClassName
{
background-color: #147F1B;
}
</style>
border-color css
<style>
span { border-color: #147F1B; }
span { border-color: rgb(20,127,27); }
td.TdClassName
{
border-color: #147F1B;
}
.TagClassName
{
border-color: #147F1B;
}
</style>