Shades of Forest Green #14971B
Tints of Forest Green #14971B
RGB
CMYK
RGB Variations
Color information
#14971B (or 0x14971B) is known color: Forest Green. HEX triplet: 14, 97 and 1B. RGB value is (20,151,27). Sum of RGB (Red+Green+Blue) = 20+151+27=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 151 (59.38% from 255 or 76.26% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 151 - color contains mainly: green. Hex color #14971B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14971B is #EB68E4. Grayscale: #626262. Windows color (decimal): -15427813 or 1808148. OLE color: 1808148.
HSL color Cylindrical-coordinate representation of color #14971B: hue angle of 123.21º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14971B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 27 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.41 |
| HSL | 123.21º | 0.77% | 0.34% | - |
| HSV(B) | 123.21º | 0.87% | 0.59% | - |
| XYZ | 11.55 | 22.36 | 4.74 | - |
| YUV | 97.7 | 88.1 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 27 | 0.87 | 0 | 0.82 | 0.41 | 123.21 | 0.77 | 0.34 |
| Hex | 14 | 97 | 1B | 57 | 0 | 52 | 29 | 7B | 4D | 22 |
| Octal | 24 | 227 | 33 | 127 | 0 | 122 | 51 | 173 | 115 | 42 |
| Binary | 10100 | 10010111 | 11011 | 1010111 | 0 | 1010010 | 101001 | 1111011 | 1001101 | 100010 |
Color Harmonies of #14971B
Complementary color
Monochromatic Colors of #14971B
Black with #14971B
Text Example
Text Example
White with #14971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14971B; }
p { color: rgb(20,151,27); }
H1.HeaderClassName
{
color: #14971B;
}
.AnyTagClassName
{
color: #14971B;
}
</style>
background-color css
<style>
a { background-color: #14971B; }
a { background-color: rgb(20,151,27); }
div.DivClassName
{
background-color: #14971B;
}
.BgClassName
{
background-color: #14971B;
}
</style>
border-color css
<style>
span { border-color: #14971B; }
span { border-color: rgb(20,151,27); }
td.TdClassName
{
border-color: #14971B;
}
.TagClassName
{
border-color: #14971B;
}
</style>