Shades of Forest Green #149936
Tints of Forest Green #149936
RGB
CMYK
RGB Variations
Color information
#149936 (or 0x149936) is known color: Forest Green. HEX triplet: 14, 99 and 36. RGB value is (20,153,54). Sum of RGB (Red+Green+Blue) = 20+153+54=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #149936 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149936 is #EB66C9. Grayscale: #666666. Windows color (decimal): -15427274 or 3578132. OLE color: 3578132.
HSL color Cylindrical-coordinate representation of color #149936: hue angle of 135.34º 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 #149936 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 54 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.4 |
| HSL | 135.34º | 0.77% | 0.34% | - |
| HSV(B) | 135.34º | 0.87% | 0.6% | - |
| XYZ | 12.35 | 23.2 | 7.32 | - |
| YUV | 101.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 54 | 0.87 | 0 | 0.65 | 0.4 | 135.34 | 0.77 | 0.34 |
| Hex | 14 | 99 | 36 | 57 | 0 | 41 | 28 | 87 | 4D | 22 |
| Octal | 24 | 231 | 66 | 127 | 0 | 101 | 50 | 207 | 115 | 42 |
| Binary | 10100 | 10011001 | 110110 | 1010111 | 0 | 1000001 | 101000 | 10000111 | 1001101 | 100010 |
Color Harmonies of #149936
Complementary color
Monochromatic Colors of #149936
Black with #149936
Text Example
Text Example
White with #149936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149936; }
p { color: rgb(20,153,54); }
H1.HeaderClassName
{
color: #149936;
}
.AnyTagClassName
{
color: #149936;
}
</style>
background-color css
<style>
a { background-color: #149936; }
a { background-color: rgb(20,153,54); }
div.DivClassName
{
background-color: #149936;
}
.BgClassName
{
background-color: #149936;
}
</style>
border-color css
<style>
span { border-color: #149936; }
span { border-color: rgb(20,153,54); }
td.TdClassName
{
border-color: #149936;
}
.TagClassName
{
border-color: #149936;
}
</style>