Shades of Forest Green #149030
Tints of Forest Green #149030
RGB
CMYK
RGB Variations
Color information
#149030 (or 0x149030) is known color: Forest Green. HEX triplet: 14, 90 and 30. RGB value is (20,144,48). Sum of RGB (Red+Green+Blue) = 20+144+48=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #149030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149030 is #EB6FCF. Grayscale: #606060. Windows color (decimal): -15429584 or 3182612. OLE color: 3182612.
HSL color Cylindrical-coordinate representation of color #149030: hue angle of 133.55º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149030 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 48 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.44 |
| HSL | 133.55º | 0.76% | 0.32% | - |
| HSV(B) | 133.55º | 0.86% | 0.56% | - |
| XYZ | 10.8 | 20.31 | 6.15 | - |
| YUV | 95.98 | 100.92 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 48 | 0.86 | 0 | 0.67 | 0.44 | 133.55 | 0.76 | 0.32 |
| Hex | 14 | 90 | 30 | 56 | 0 | 43 | 2C | 86 | 4C | 20 |
| Octal | 24 | 220 | 60 | 126 | 0 | 103 | 54 | 206 | 114 | 40 |
| Binary | 10100 | 10010000 | 110000 | 1010110 | 0 | 1000011 | 101100 | 10000110 | 1001100 | 100000 |
Color Harmonies of #149030
Complementary color
Monochromatic Colors of #149030
Black with #149030
Text Example
Text Example
White with #149030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149030; }
p { color: rgb(20,144,48); }
H1.HeaderClassName
{
color: #149030;
}
.AnyTagClassName
{
color: #149030;
}
</style>
background-color css
<style>
a { background-color: #149030; }
a { background-color: rgb(20,144,48); }
div.DivClassName
{
background-color: #149030;
}
.BgClassName
{
background-color: #149030;
}
</style>
border-color css
<style>
span { border-color: #149030; }
span { border-color: rgb(20,144,48); }
td.TdClassName
{
border-color: #149030;
}
.TagClassName
{
border-color: #149030;
}
</style>