Shades of Forest Green #149231
Tints of Forest Green #149231
RGB
CMYK
RGB Variations
Color information
#149231 (or 0x149231) is known color: Forest Green. HEX triplet: 14, 92 and 31. RGB value is (20,146,49). Sum of RGB (Red+Green+Blue) = 20+146+49=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #149231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149231 is #EB6DCE. Grayscale: #616161. Windows color (decimal): -15429071 or 3248660. OLE color: 3248660.
HSL color Cylindrical-coordinate representation of color #149231: hue angle of 133.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149231 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 49 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.43 |
| HSL | 133.81º | 0.76% | 0.33% | - |
| HSV(B) | 133.81º | 0.86% | 0.57% | - |
| XYZ | 11.12 | 20.93 | 6.36 | - |
| YUV | 97.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 49 | 0.86 | 0 | 0.66 | 0.43 | 133.81 | 0.76 | 0.33 |
| Hex | 14 | 92 | 31 | 56 | 0 | 42 | 2B | 86 | 4C | 21 |
| Octal | 24 | 222 | 61 | 126 | 0 | 102 | 53 | 206 | 114 | 41 |
| Binary | 10100 | 10010010 | 110001 | 1010110 | 0 | 1000010 | 101011 | 10000110 | 1001100 | 100001 |
Color Harmonies of #149231
Complementary color
Monochromatic Colors of #149231
Black with #149231
Text Example
Text Example
White with #149231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149231; }
p { color: rgb(20,146,49); }
H1.HeaderClassName
{
color: #149231;
}
.AnyTagClassName
{
color: #149231;
}
</style>
background-color css
<style>
a { background-color: #149231; }
a { background-color: rgb(20,146,49); }
div.DivClassName
{
background-color: #149231;
}
.BgClassName
{
background-color: #149231;
}
</style>
border-color css
<style>
span { border-color: #149231; }
span { border-color: rgb(20,146,49); }
td.TdClassName
{
border-color: #149231;
}
.TagClassName
{
border-color: #149231;
}
</style>