Shades of Forest Green #149919
Tints of Forest Green #149919
RGB
CMYK
RGB Variations
Color information
#149919 (or 0x149919) is known color: Forest Green. HEX triplet: 14, 99 and 19. RGB value is (20,153,25). Sum of RGB (Red+Green+Blue) = 20+153+25=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 153 (60.16% from 255 or 77.27% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 153 - color contains mainly: green. Hex color #149919 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149919 is #EB66E6. Grayscale: #636363. Windows color (decimal): -15427303 or 1677588. OLE color: 1677588.
HSL color Cylindrical-coordinate representation of color #149919: hue angle of 122.26º 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 #149919 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 25 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.4 |
| HSL | 122.26º | 0.77% | 0.34% | - |
| HSV(B) | 122.26º | 0.87% | 0.6% | - |
| XYZ | 11.86 | 23 | 4.73 | - |
| YUV | 98.64 | 86.44 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 25 | 0.87 | 0 | 0.84 | 0.4 | 122.26 | 0.77 | 0.34 |
| Hex | 14 | 99 | 19 | 57 | 0 | 54 | 28 | 7A | 4D | 22 |
| Octal | 24 | 231 | 31 | 127 | 0 | 124 | 50 | 172 | 115 | 42 |
| Binary | 10100 | 10011001 | 11001 | 1010111 | 0 | 1010100 | 101000 | 1111010 | 1001101 | 100010 |
Color Harmonies of #149919
Complementary color
Monochromatic Colors of #149919
Black with #149919
Text Example
Text Example
White with #149919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149919; }
p { color: rgb(20,153,25); }
H1.HeaderClassName
{
color: #149919;
}
.AnyTagClassName
{
color: #149919;
}
</style>
background-color css
<style>
a { background-color: #149919; }
a { background-color: rgb(20,153,25); }
div.DivClassName
{
background-color: #149919;
}
.BgClassName
{
background-color: #149919;
}
</style>
border-color css
<style>
span { border-color: #149919; }
span { border-color: rgb(20,153,25); }
td.TdClassName
{
border-color: #149919;
}
.TagClassName
{
border-color: #149919;
}
</style>