Shades of Forest Green #14931C
Tints of Forest Green #14931C
RGB
CMYK
RGB Variations
Color information
#14931C (or 0x14931C) is known color: Forest Green. HEX triplet: 14, 93 and 1C. RGB value is (20,147,28). Sum of RGB (Red+Green+Blue) = 20+147+28=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 147 (57.81% from 255 or 75.38% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 147 - color contains mainly: green. Hex color #14931C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14931C is #EB6CE3. Grayscale: #5F5F5F. Windows color (decimal): -15428836 or 1872660. OLE color: 1872660.
HSL color Cylindrical-coordinate representation of color #14931C: hue angle of 123.78º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14931C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 28 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.42 |
| HSL | 123.78º | 0.76% | 0.33% | - |
| HSV(B) | 123.78º | 0.86% | 0.58% | - |
| XYZ | 10.93 | 21.1 | 4.6 | - |
| YUV | 95.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 28 | 0.86 | 0 | 0.81 | 0.42 | 123.78 | 0.76 | 0.33 |
| Hex | 14 | 93 | 1C | 56 | 0 | 51 | 2A | 7C | 4C | 21 |
| Octal | 24 | 223 | 34 | 126 | 0 | 121 | 52 | 174 | 114 | 41 |
| Binary | 10100 | 10010011 | 11100 | 1010110 | 0 | 1010001 | 101010 | 1111100 | 1001100 | 100001 |
Color Harmonies of #14931C
Complementary color
Monochromatic Colors of #14931C
Black with #14931C
Text Example
Text Example
White with #14931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14931C; }
p { color: rgb(20,147,28); }
H1.HeaderClassName
{
color: #14931C;
}
.AnyTagClassName
{
color: #14931C;
}
</style>
background-color css
<style>
a { background-color: #14931C; }
a { background-color: rgb(20,147,28); }
div.DivClassName
{
background-color: #14931C;
}
.BgClassName
{
background-color: #14931C;
}
</style>
border-color css
<style>
span { border-color: #14931C; }
span { border-color: rgb(20,147,28); }
td.TdClassName
{
border-color: #14931C;
}
.TagClassName
{
border-color: #14931C;
}
</style>