Shades of Forest Green #149B24
Tints of Forest Green #149B24
RGB
CMYK
RGB Variations
Color information
#149B24 (or 0x149B24) is known color: Forest Green. HEX triplet: 14, 9B and 24. RGB value is (20,155,36). Sum of RGB (Red+Green+Blue) = 20+155+36=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #149B24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149B24 is #EB64DB. Grayscale: #656565. Windows color (decimal): -15426780 or 2398996. OLE color: 2398996.
HSL color Cylindrical-coordinate representation of color #149B24: hue angle of 127.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B24 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 155 | 36 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.39 |
| HSL | 127.11º | 0.77% | 0.34% | - |
| HSV(B) | 127.11º | 0.87% | 0.61% | - |
| XYZ | 12.33 | 23.72 | 5.6 | - |
| YUV | 101.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 36 | 0.87 | 0 | 0.77 | 0.39 | 127.11 | 0.77 | 0.34 |
| Hex | 14 | 9B | 24 | 57 | 0 | 4D | 27 | 7F | 4D | 22 |
| Octal | 24 | 233 | 44 | 127 | 0 | 115 | 47 | 177 | 115 | 42 |
| Binary | 10100 | 10011011 | 100100 | 1010111 | 0 | 1001101 | 100111 | 1111111 | 1001101 | 100010 |
Color Harmonies of #149B24
Complementary color
Monochromatic Colors of #149B24
Black with #149B24
Text Example
Text Example
White with #149B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149B24; }
p { color: rgb(20,155,36); }
H1.HeaderClassName
{
color: #149B24;
}
.AnyTagClassName
{
color: #149B24;
}
</style>
background-color css
<style>
a { background-color: #149B24; }
a { background-color: rgb(20,155,36); }
div.DivClassName
{
background-color: #149B24;
}
.BgClassName
{
background-color: #149B24;
}
</style>
border-color css
<style>
span { border-color: #149B24; }
span { border-color: rgb(20,155,36); }
td.TdClassName
{
border-color: #149B24;
}
.TagClassName
{
border-color: #149B24;
}
</style>