Shades of Forest Green #149729
Tints of Forest Green #149729
RGB
CMYK
RGB Variations
Color information
#149729 (or 0x149729) is known color: Forest Green. HEX triplet: 14, 97 and 29. RGB value is (20,151,41). Sum of RGB (Red+Green+Blue) = 20+151+41=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #149729 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149729 is #EB68D6. Grayscale: #636363. Windows color (decimal): -15427799 or 2725652. OLE color: 2725652.
HSL color Cylindrical-coordinate representation of color #149729: hue angle of 129.62º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149729 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 41 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.41 |
| HSL | 129.62º | 0.77% | 0.34% | - |
| HSV(B) | 129.62º | 0.87% | 0.59% | - |
| XYZ | 11.76 | 22.44 | 5.81 | - |
| YUV | 99.29 | 95.1 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 41 | 0.87 | 0 | 0.73 | 0.41 | 129.62 | 0.77 | 0.34 |
| Hex | 14 | 97 | 29 | 57 | 0 | 49 | 29 | 82 | 4D | 22 |
| Octal | 24 | 227 | 51 | 127 | 0 | 111 | 51 | 202 | 115 | 42 |
| Binary | 10100 | 10010111 | 101001 | 1010111 | 0 | 1001001 | 101001 | 10000010 | 1001101 | 100010 |
Color Harmonies of #149729
Complementary color
Monochromatic Colors of #149729
Black with #149729
Text Example
Text Example
White with #149729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149729; }
p { color: rgb(20,151,41); }
H1.HeaderClassName
{
color: #149729;
}
.AnyTagClassName
{
color: #149729;
}
</style>
background-color css
<style>
a { background-color: #149729; }
a { background-color: rgb(20,151,41); }
div.DivClassName
{
background-color: #149729;
}
.BgClassName
{
background-color: #149729;
}
</style>
border-color css
<style>
span { border-color: #149729; }
span { border-color: rgb(20,151,41); }
td.TdClassName
{
border-color: #149729;
}
.TagClassName
{
border-color: #149729;
}
</style>