Shades of Forest Green #139021
Tints of Forest Green #139021
RGB
CMYK
RGB Variations
Color information
#139021 (or 0x139021) is known color: Forest Green. HEX triplet: 13, 90 and 21. RGB value is (19,144,33). Sum of RGB (Red+Green+Blue) = 19+144+33=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #139021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139021 is #EC6FDE. Grayscale: #5E5E5E. Windows color (decimal): -15495135 or 2199571. OLE color: 2199571.
HSL color Cylindrical-coordinate representation of color #139021: hue angle of 126.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139021 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 33 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.44 |
| HSL | 126.72º | 0.77% | 0.32% | - |
| HSV(B) | 126.72º | 0.87% | 0.56% | - |
| XYZ | 10.52 | 20.19 | 4.78 | - |
| YUV | 93.97 | 93.59 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 33 | 0.87 | 0 | 0.77 | 0.44 | 126.72 | 0.77 | 0.32 |
| Hex | 13 | 90 | 21 | 57 | 0 | 4D | 2C | 7F | 4D | 20 |
| Octal | 23 | 220 | 41 | 127 | 0 | 115 | 54 | 177 | 115 | 40 |
| Binary | 10011 | 10010000 | 100001 | 1010111 | 0 | 1001101 | 101100 | 1111111 | 1001101 | 100000 |
Color Harmonies of #139021
Complementary color
Monochromatic Colors of #139021
Black with #139021
Text Example
Text Example
White with #139021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139021; }
p { color: rgb(19,144,33); }
H1.HeaderClassName
{
color: #139021;
}
.AnyTagClassName
{
color: #139021;
}
</style>
background-color css
<style>
a { background-color: #139021; }
a { background-color: rgb(19,144,33); }
div.DivClassName
{
background-color: #139021;
}
.BgClassName
{
background-color: #139021;
}
</style>
border-color css
<style>
span { border-color: #139021; }
span { border-color: rgb(19,144,33); }
td.TdClassName
{
border-color: #139021;
}
.TagClassName
{
border-color: #139021;
}
</style>