Shades of Forest Green #149D31
Tints of Forest Green #149D31
RGB
CMYK
RGB Variations
Color information
#149D31 (or 0x149D31) is known color: Forest Green. HEX triplet: 14, 9D and 31. RGB value is (20,157,49). Sum of RGB (Red+Green+Blue) = 20+157+49=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 157 (61.72% from 255 or 69.47% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 157 - color contains mainly: green. Hex color #149D31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D31 is #EB62CE. Grayscale: #686868. Windows color (decimal): -15426255 or 3251476. OLE color: 3251476.
HSL color Cylindrical-coordinate representation of color #149D31: hue angle of 132.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D31 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 49 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.38 |
| HSL | 132.7º | 0.77% | 0.35% | - |
| HSV(B) | 132.7º | 0.87% | 0.62% | - |
| XYZ | 12.9 | 24.48 | 6.95 | - |
| YUV | 103.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 49 | 0.87 | 0 | 0.69 | 0.38 | 132.7 | 0.77 | 0.35 |
| Hex | 14 | 9D | 31 | 57 | 0 | 45 | 26 | 85 | 4D | 23 |
| Octal | 24 | 235 | 61 | 127 | 0 | 105 | 46 | 205 | 115 | 43 |
| Binary | 10100 | 10011101 | 110001 | 1010111 | 0 | 1000101 | 100110 | 10000101 | 1001101 | 100011 |
Color Harmonies of #149D31
Complementary color
Monochromatic Colors of #149D31
Black with #149D31
Text Example
Text Example
White with #149D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D31; }
p { color: rgb(20,157,49); }
H1.HeaderClassName
{
color: #149D31;
}
.AnyTagClassName
{
color: #149D31;
}
</style>
background-color css
<style>
a { background-color: #149D31; }
a { background-color: rgb(20,157,49); }
div.DivClassName
{
background-color: #149D31;
}
.BgClassName
{
background-color: #149D31;
}
</style>
border-color css
<style>
span { border-color: #149D31; }
span { border-color: rgb(20,157,49); }
td.TdClassName
{
border-color: #149D31;
}
.TagClassName
{
border-color: #149D31;
}
</style>