Shades of Forest Green #149D2A
Tints of Forest Green #149D2A
RGB
CMYK
RGB Variations
Color information
#149D2A (or 0x149D2A) is known color: Forest Green. HEX triplet: 14, 9D and 2A. RGB value is (20,157,42). Sum of RGB (Red+Green+Blue) = 20+157+42=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 157 (61.72% from 255 or 71.69% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 157 - color contains mainly: green. Hex color #149D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D2A is #EB62D5. Grayscale: #676767. Windows color (decimal): -15426262 or 2792724. OLE color: 2792724.
HSL color Cylindrical-coordinate representation of color #149D2A: hue angle of 129.64º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D2A is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 42 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.38 |
| HSL | 129.64º | 0.77% | 0.35% | - |
| HSV(B) | 129.64º | 0.87% | 0.62% | - |
| XYZ | 12.76 | 24.43 | 6.23 | - |
| YUV | 102.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 42 | 0.87 | 0 | 0.73 | 0.38 | 129.64 | 0.77 | 0.35 |
| Hex | 14 | 9D | 2A | 57 | 0 | 49 | 26 | 82 | 4D | 23 |
| Octal | 24 | 235 | 52 | 127 | 0 | 111 | 46 | 202 | 115 | 43 |
| Binary | 10100 | 10011101 | 101010 | 1010111 | 0 | 1001001 | 100110 | 10000010 | 1001101 | 100011 |
Color Harmonies of #149D2A
Complementary color
Monochromatic Colors of #149D2A
Black with #149D2A
Text Example
Text Example
White with #149D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D2A; }
p { color: rgb(20,157,42); }
H1.HeaderClassName
{
color: #149D2A;
}
.AnyTagClassName
{
color: #149D2A;
}
</style>
background-color css
<style>
a { background-color: #149D2A; }
a { background-color: rgb(20,157,42); }
div.DivClassName
{
background-color: #149D2A;
}
.BgClassName
{
background-color: #149D2A;
}
</style>
border-color css
<style>
span { border-color: #149D2A; }
span { border-color: rgb(20,157,42); }
td.TdClassName
{
border-color: #149D2A;
}
.TagClassName
{
border-color: #149D2A;
}
</style>