Shades of Forest Green #149833
Tints of Forest Green #149833
RGB
CMYK
RGB Variations
Color information
#149833 (or 0x149833) is known color: Forest Green. HEX triplet: 14, 98 and 33. RGB value is (20,152,51). Sum of RGB (Red+Green+Blue) = 20+152+51=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 152 (59.77% from 255 or 68.16% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 152 - color contains mainly: green. Hex color #149833 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149833 is #EB67CC. Grayscale: #656565. Windows color (decimal): -15427533 or 3381268. OLE color: 3381268.
HSL color Cylindrical-coordinate representation of color #149833: hue angle of 134.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149833 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 51 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.40 |
| HSL | 134.09º | 0.77% | 0.34% | - |
| HSV(B) | 134.09º | 0.87% | 0.6% | - |
| XYZ | 12.11 | 22.84 | 6.9 | - |
| YUV | 101.02 | 99.77 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 51 | 0.87 | 0 | 0.66 | 0.40 | 134.09 | 0.77 | 0.34 |
| Hex | 14 | 98 | 33 | 57 | 0 | 42 | 28 | 86 | 4D | 22 |
| Octal | 24 | 230 | 63 | 127 | 0 | 102 | 50 | 206 | 115 | 42 |
| Binary | 10100 | 10011000 | 110011 | 1010111 | 0 | 1000010 | 101000 | 10000110 | 1001101 | 100010 |
Color Harmonies of #149833
Complementary color
Monochromatic Colors of #149833
Black with #149833
Text Example
Text Example
White with #149833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149833; }
p { color: rgb(20,152,51); }
H1.HeaderClassName
{
color: #149833;
}
.AnyTagClassName
{
color: #149833;
}
</style>
background-color css
<style>
a { background-color: #149833; }
a { background-color: rgb(20,152,51); }
div.DivClassName
{
background-color: #149833;
}
.BgClassName
{
background-color: #149833;
}
</style>
border-color css
<style>
span { border-color: #149833; }
span { border-color: rgb(20,152,51); }
td.TdClassName
{
border-color: #149833;
}
.TagClassName
{
border-color: #149833;
}
</style>