Shades of Forest Green #139223
Tints of Forest Green #139223
RGB
CMYK
RGB Variations
Color information
#139223 (or 0x139223) is known color: Forest Green. HEX triplet: 13, 92 and 23. RGB value is (19,146,35). Sum of RGB (Red+Green+Blue) = 19+146+35=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 146 (57.42% from 255 or 73% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 146 - color contains mainly: green. Hex color #139223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139223 is #EC6DDC. Grayscale: #5F5F5F. Windows color (decimal): -15494621 or 2331155. OLE color: 2331155.
HSL color Cylindrical-coordinate representation of color #139223: hue angle of 127.56º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139223 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 35 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.43 |
| HSL | 127.56º | 0.77% | 0.32% | - |
| HSV(B) | 127.56º | 0.87% | 0.57% | - |
| XYZ | 10.85 | 20.82 | 5.04 | - |
| YUV | 95.37 | 93.92 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 35 | 0.87 | 0 | 0.76 | 0.43 | 127.56 | 0.77 | 0.32 |
| Hex | 13 | 92 | 23 | 57 | 0 | 4C | 2B | 80 | 4D | 20 |
| Octal | 23 | 222 | 43 | 127 | 0 | 114 | 53 | 200 | 115 | 40 |
| Binary | 10011 | 10010010 | 100011 | 1010111 | 0 | 1001100 | 101011 | 10000000 | 1001101 | 100000 |
Color Harmonies of #139223
Complementary color
Monochromatic Colors of #139223
Black with #139223
Text Example
Text Example
White with #139223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139223; }
p { color: rgb(19,146,35); }
H1.HeaderClassName
{
color: #139223;
}
.AnyTagClassName
{
color: #139223;
}
</style>
background-color css
<style>
a { background-color: #139223; }
a { background-color: rgb(19,146,35); }
div.DivClassName
{
background-color: #139223;
}
.BgClassName
{
background-color: #139223;
}
</style>
border-color css
<style>
span { border-color: #139223; }
span { border-color: rgb(19,146,35); }
td.TdClassName
{
border-color: #139223;
}
.TagClassName
{
border-color: #139223;
}
</style>