Shades of Forest Green #14902B
Tints of Forest Green #14902B
RGB
CMYK
RGB Variations
Color information
#14902B (or 0x14902B) is known color: Forest Green. HEX triplet: 14, 90 and 2B. RGB value is (20,144,43). Sum of RGB (Red+Green+Blue) = 20+144+43=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 144 (56.64% from 255 or 69.57% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 144 - color contains mainly: green. Hex color #14902B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14902B is #EB6FD4. Grayscale: #5F5F5F. Windows color (decimal): -15429589 or 2854932. OLE color: 2854932.
HSL color Cylindrical-coordinate representation of color #14902B: hue angle of 131.13º 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 #14902B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 43 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.44 |
| HSL | 131.13º | 0.76% | 0.32% | - |
| HSV(B) | 131.13º | 0.86% | 0.56% | - |
| XYZ | 10.7 | 20.27 | 5.63 | - |
| YUV | 95.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 43 | 0.86 | 0 | 0.70 | 0.44 | 131.13 | 0.76 | 0.32 |
| Hex | 14 | 90 | 2B | 56 | 0 | 46 | 2C | 83 | 4C | 20 |
| Octal | 24 | 220 | 53 | 126 | 0 | 106 | 54 | 203 | 114 | 40 |
| Binary | 10100 | 10010000 | 101011 | 1010110 | 0 | 1000110 | 101100 | 10000011 | 1001100 | 100000 |
Color Harmonies of #14902B
Complementary color
Monochromatic Colors of #14902B
Black with #14902B
Text Example
Text Example
White with #14902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14902B; }
p { color: rgb(20,144,43); }
H1.HeaderClassName
{
color: #14902B;
}
.AnyTagClassName
{
color: #14902B;
}
</style>
background-color css
<style>
a { background-color: #14902B; }
a { background-color: rgb(20,144,43); }
div.DivClassName
{
background-color: #14902B;
}
.BgClassName
{
background-color: #14902B;
}
</style>
border-color css
<style>
span { border-color: #14902B; }
span { border-color: rgb(20,144,43); }
td.TdClassName
{
border-color: #14902B;
}
.TagClassName
{
border-color: #14902B;
}
</style>