Shades of Forest Green #14721B
Tints of Forest Green #14721B
RGB
CMYK
RGB Variations
Color information
#14721B (or 0x14721B) is known color: Forest Green. HEX triplet: 14, 72 and 1B. RGB value is (20,114,27). Sum of RGB (Red+Green+Blue) = 20+114+27=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #14721B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14721B is #EB8DE4. Grayscale: #4C4C4C. Windows color (decimal): -15437285 or 1798676. OLE color: 1798676.
HSL color Cylindrical-coordinate representation of color #14721B: hue angle of 124.47º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14721B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 27 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.55 |
| HSL | 124.47º | 0.7% | 0.26% | - |
| HSV(B) | 124.47º | 0.82% | 0.45% | - |
| XYZ | 6.5 | 12.26 | 3.06 | - |
| YUV | 75.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 27 | 0.82 | 0 | 0.76 | 0.55 | 124.47 | 0.7 | 0.26 |
| Hex | 14 | 72 | 1B | 52 | 0 | 4C | 37 | 7C | 46 | 1A |
| Octal | 24 | 162 | 33 | 122 | 0 | 114 | 67 | 174 | 106 | 32 |
| Binary | 10100 | 1110010 | 11011 | 1010010 | 0 | 1001100 | 110111 | 1111100 | 1000110 | 11010 |
Color Harmonies of #14721B
Complementary color
Monochromatic Colors of #14721B
Black with #14721B
Text Example
Text Example
White with #14721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14721B; }
p { color: rgb(20,114,27); }
H1.HeaderClassName
{
color: #14721B;
}
.AnyTagClassName
{
color: #14721B;
}
</style>
background-color css
<style>
a { background-color: #14721B; }
a { background-color: rgb(20,114,27); }
div.DivClassName
{
background-color: #14721B;
}
.BgClassName
{
background-color: #14721B;
}
</style>
border-color css
<style>
span { border-color: #14721B; }
span { border-color: rgb(20,114,27); }
td.TdClassName
{
border-color: #14721B;
}
.TagClassName
{
border-color: #14721B;
}
</style>