Shades of Forest Green #14902A
Tints of Forest Green #14902A
RGB
CMYK
RGB Variations
Color information
#14902A (or 0x14902A) is known color: Forest Green. HEX triplet: 14, 90 and 2A. RGB value is (20,144,42). Sum of RGB (Red+Green+Blue) = 20+144+42=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #14902A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14902A is #EB6FD5. Grayscale: #5F5F5F. Windows color (decimal): -15429590 or 2789396. OLE color: 2789396.
HSL color Cylindrical-coordinate representation of color #14902A: hue angle of 130.65º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14902A is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 42 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.44 |
| HSL | 130.65º | 0.76% | 0.32% | - |
| HSV(B) | 130.65º | 0.86% | 0.56% | - |
| XYZ | 10.68 | 20.26 | 5.54 | - |
| YUV | 95.3 | 97.92 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 42 | 0.86 | 0 | 0.71 | 0.44 | 130.65 | 0.76 | 0.32 |
| Hex | 14 | 90 | 2A | 56 | 0 | 47 | 2C | 83 | 4C | 20 |
| Octal | 24 | 220 | 52 | 126 | 0 | 107 | 54 | 203 | 114 | 40 |
| Binary | 10100 | 10010000 | 101010 | 1010110 | 0 | 1000111 | 101100 | 10000011 | 1001100 | 100000 |
Color Harmonies of #14902A
Complementary color
Monochromatic Colors of #14902A
Black with #14902A
Text Example
Text Example
White with #14902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14902A; }
p { color: rgb(20,144,42); }
H1.HeaderClassName
{
color: #14902A;
}
.AnyTagClassName
{
color: #14902A;
}
</style>
background-color css
<style>
a { background-color: #14902A; }
a { background-color: rgb(20,144,42); }
div.DivClassName
{
background-color: #14902A;
}
.BgClassName
{
background-color: #14902A;
}
</style>
border-color css
<style>
span { border-color: #14902A; }
span { border-color: rgb(20,144,42); }
td.TdClassName
{
border-color: #14902A;
}
.TagClassName
{
border-color: #14902A;
}
</style>