Shades of Forest Green #149133
Tints of Forest Green #149133
RGB
CMYK
RGB Variations
Color information
#149133 (or 0x149133) is known color: Forest Green. HEX triplet: 14, 91 and 33. RGB value is (20,145,51). Sum of RGB (Red+Green+Blue) = 20+145+51=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #149133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149133 is #EB6ECC. Grayscale: #616161. Windows color (decimal): -15429325 or 3379476. OLE color: 3379476.
HSL color Cylindrical-coordinate representation of color #149133: hue angle of 134.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149133 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 51 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.43 |
| HSL | 134.88º | 0.76% | 0.32% | - |
| HSV(B) | 134.88º | 0.86% | 0.57% | - |
| XYZ | 11.01 | 20.64 | 6.54 | - |
| YUV | 96.91 | 102.09 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 51 | 0.86 | 0 | 0.65 | 0.43 | 134.88 | 0.76 | 0.32 |
| Hex | 14 | 91 | 33 | 56 | 0 | 41 | 2B | 87 | 4C | 20 |
| Octal | 24 | 221 | 63 | 126 | 0 | 101 | 53 | 207 | 114 | 40 |
| Binary | 10100 | 10010001 | 110011 | 1010110 | 0 | 1000001 | 101011 | 10000111 | 1001100 | 100000 |
Color Harmonies of #149133
Complementary color
Monochromatic Colors of #149133
Black with #149133
Text Example
Text Example
White with #149133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149133; }
p { color: rgb(20,145,51); }
H1.HeaderClassName
{
color: #149133;
}
.AnyTagClassName
{
color: #149133;
}
</style>
background-color css
<style>
a { background-color: #149133; }
a { background-color: rgb(20,145,51); }
div.DivClassName
{
background-color: #149133;
}
.BgClassName
{
background-color: #149133;
}
</style>
border-color css
<style>
span { border-color: #149133; }
span { border-color: rgb(20,145,51); }
td.TdClassName
{
border-color: #149133;
}
.TagClassName
{
border-color: #149133;
}
</style>