Shades of Forest Green #149636
Tints of Forest Green #149636
RGB
CMYK
RGB Variations
Color information
#149636 (or 0x149636) is known color: Forest Green. HEX triplet: 14, 96 and 36. RGB value is (20,150,54). Sum of RGB (Red+Green+Blue) = 20+150+54=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #149636 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149636 is #EB69C9. Grayscale: #646464. Windows color (decimal): -15428042 or 3577364. OLE color: 3577364.
HSL color Cylindrical-coordinate representation of color #149636: hue angle of 135.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149636 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 54 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.41 |
| HSL | 135.69º | 0.76% | 0.33% | - |
| HSV(B) | 135.69º | 0.87% | 0.59% | - |
| XYZ | 11.86 | 22.23 | 7.16 | - |
| YUV | 100.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 54 | 0.87 | 0 | 0.64 | 0.41 | 135.69 | 0.76 | 0.33 |
| Hex | 14 | 96 | 36 | 57 | 0 | 40 | 29 | 88 | 4C | 21 |
| Octal | 24 | 226 | 66 | 127 | 0 | 100 | 51 | 210 | 114 | 41 |
| Binary | 10100 | 10010110 | 110110 | 1010111 | 0 | 1000000 | 101001 | 10001000 | 1001100 | 100001 |
Color Harmonies of #149636
Complementary color
Monochromatic Colors of #149636
Black with #149636
Text Example
Text Example
White with #149636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149636; }
p { color: rgb(20,150,54); }
H1.HeaderClassName
{
color: #149636;
}
.AnyTagClassName
{
color: #149636;
}
</style>
background-color css
<style>
a { background-color: #149636; }
a { background-color: rgb(20,150,54); }
div.DivClassName
{
background-color: #149636;
}
.BgClassName
{
background-color: #149636;
}
</style>
border-color css
<style>
span { border-color: #149636; }
span { border-color: rgb(20,150,54); }
td.TdClassName
{
border-color: #149636;
}
.TagClassName
{
border-color: #149636;
}
</style>