Shades of Forest Green #14930F
Tints of Forest Green #14930F
RGB
CMYK
RGB Variations
Color information
#14930F (or 0x14930F) is known color: Forest Green. HEX triplet: 14, 93 and 0F. RGB value is (20,147,15). Sum of RGB (Red+Green+Blue) = 20+147+15=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 147 (57.81% from 255 or 80.77% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 147 - color contains mainly: green. Hex color #14930F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14930F is #EB6CF0. Grayscale: #5E5E5E. Windows color (decimal): -15428849 or 1020692. OLE color: 1020692.
HSL color Cylindrical-coordinate representation of color #14930F: hue angle of 117.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14930F is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 15 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.42 |
| HSL | 117.73º | 0.81% | 0.32% | - |
| HSV(B) | 117.73º | 0.9% | 0.58% | - |
| XYZ | 10.81 | 21.05 | 3.95 | - |
| YUV | 93.98 | 83.42 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 15 | 0.86 | 0 | 0.90 | 0.42 | 117.73 | 0.81 | 0.32 |
| Hex | 14 | 93 | F | 56 | 0 | 5A | 2A | 76 | 51 | 20 |
| Octal | 24 | 223 | 17 | 126 | 0 | 132 | 52 | 166 | 121 | 40 |
| Binary | 10100 | 10010011 | 1111 | 1010110 | 0 | 1011010 | 101010 | 1110110 | 1010001 | 100000 |
Color Harmonies of #14930F
Complementary color
Monochromatic Colors of #14930F
Black with #14930F
Text Example
Text Example
White with #14930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14930F; }
p { color: rgb(20,147,15); }
H1.HeaderClassName
{
color: #14930F;
}
.AnyTagClassName
{
color: #14930F;
}
</style>
background-color css
<style>
a { background-color: #14930F; }
a { background-color: rgb(20,147,15); }
div.DivClassName
{
background-color: #14930F;
}
.BgClassName
{
background-color: #14930F;
}
</style>
border-color css
<style>
span { border-color: #14930F; }
span { border-color: rgb(20,147,15); }
td.TdClassName
{
border-color: #14930F;
}
.TagClassName
{
border-color: #14930F;
}
</style>