Shades of Forest Green #149324
Tints of Forest Green #149324
RGB
CMYK
RGB Variations
Color information
#149324 (or 0x149324) is known color: Forest Green. HEX triplet: 14, 93 and 24. RGB value is (20,147,36). Sum of RGB (Red+Green+Blue) = 20+147+36=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 147 (57.81% from 255 or 72.41% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 147 - color contains mainly: green. Hex color #149324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149324 is #EB6CDB. Grayscale: #606060. Windows color (decimal): -15428828 or 2396948. OLE color: 2396948.
HSL color Cylindrical-coordinate representation of color #149324: hue angle of 127.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149324 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 36 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.42 |
| HSL | 127.56º | 0.76% | 0.33% | - |
| HSV(B) | 127.56º | 0.86% | 0.58% | - |
| XYZ | 11.04 | 21.14 | 5.17 | - |
| YUV | 96.37 | 93.92 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 36 | 0.86 | 0 | 0.76 | 0.42 | 127.56 | 0.76 | 0.33 |
| Hex | 14 | 93 | 24 | 56 | 0 | 4C | 2A | 80 | 4C | 21 |
| Octal | 24 | 223 | 44 | 126 | 0 | 114 | 52 | 200 | 114 | 41 |
| Binary | 10100 | 10010011 | 100100 | 1010110 | 0 | 1001100 | 101010 | 10000000 | 1001100 | 100001 |
Color Harmonies of #149324
Complementary color
Monochromatic Colors of #149324
Black with #149324
Text Example
Text Example
White with #149324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149324; }
p { color: rgb(20,147,36); }
H1.HeaderClassName
{
color: #149324;
}
.AnyTagClassName
{
color: #149324;
}
</style>
background-color css
<style>
a { background-color: #149324; }
a { background-color: rgb(20,147,36); }
div.DivClassName
{
background-color: #149324;
}
.BgClassName
{
background-color: #149324;
}
</style>
border-color css
<style>
span { border-color: #149324; }
span { border-color: rgb(20,147,36); }
td.TdClassName
{
border-color: #149324;
}
.TagClassName
{
border-color: #149324;
}
</style>