Shades of Forest Green #14982D
Tints of Forest Green #14982D
RGB
CMYK
RGB Variations
Color information
#14982D (or 0x14982D) is known color: Forest Green. HEX triplet: 14, 98 and 2D. RGB value is (20,152,45). Sum of RGB (Red+Green+Blue) = 20+152+45=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 152 (59.77% from 255 or 70.05% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 152 - color contains mainly: green. Hex color #14982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14982D is #EB67D2. Grayscale: #646464. Windows color (decimal): -15427539 or 2988052. OLE color: 2988052.
HSL color Cylindrical-coordinate representation of color #14982D: hue angle of 131.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14982D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 45 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.40 |
| HSL | 131.36º | 0.77% | 0.34% | - |
| HSV(B) | 131.36º | 0.87% | 0.6% | - |
| XYZ | 11.99 | 22.79 | 6.25 | - |
| YUV | 100.33 | 96.77 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 45 | 0.87 | 0 | 0.70 | 0.40 | 131.36 | 0.77 | 0.34 |
| Hex | 14 | 98 | 2D | 57 | 0 | 46 | 28 | 83 | 4D | 22 |
| Octal | 24 | 230 | 55 | 127 | 0 | 106 | 50 | 203 | 115 | 42 |
| Binary | 10100 | 10011000 | 101101 | 1010111 | 0 | 1000110 | 101000 | 10000011 | 1001101 | 100010 |
Color Harmonies of #14982D
Complementary color
Monochromatic Colors of #14982D
Black with #14982D
Text Example
Text Example
White with #14982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14982D; }
p { color: rgb(20,152,45); }
H1.HeaderClassName
{
color: #14982D;
}
.AnyTagClassName
{
color: #14982D;
}
</style>
background-color css
<style>
a { background-color: #14982D; }
a { background-color: rgb(20,152,45); }
div.DivClassName
{
background-color: #14982D;
}
.BgClassName
{
background-color: #14982D;
}
</style>
border-color css
<style>
span { border-color: #14982D; }
span { border-color: rgb(20,152,45); }
td.TdClassName
{
border-color: #14982D;
}
.TagClassName
{
border-color: #14982D;
}
</style>