Shades of Forest Green #139232
Tints of Forest Green #139232
RGB
CMYK
RGB Variations
Color information
#139232 (or 0x139232) is known color: Forest Green. HEX triplet: 13, 92 and 32. RGB value is (19,146,50). Sum of RGB (Red+Green+Blue) = 19+146+50=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #139232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139232 is #EC6DCD. Grayscale: #616161. Windows color (decimal): -15494606 or 3314195. OLE color: 3314195.
HSL color Cylindrical-coordinate representation of color #139232: hue angle of 134.65º 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 #139232 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 50 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.43 |
| HSL | 134.65º | 0.77% | 0.32% | - |
| HSV(B) | 134.65º | 0.87% | 0.57% | - |
| XYZ | 11.12 | 20.93 | 6.47 | - |
| YUV | 97.08 | 101.42 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 50 | 0.87 | 0 | 0.66 | 0.43 | 134.65 | 0.77 | 0.32 |
| Hex | 13 | 92 | 32 | 57 | 0 | 42 | 2B | 87 | 4D | 20 |
| Octal | 23 | 222 | 62 | 127 | 0 | 102 | 53 | 207 | 115 | 40 |
| Binary | 10011 | 10010010 | 110010 | 1010111 | 0 | 1000010 | 101011 | 10000111 | 1001101 | 100000 |
Color Harmonies of #139232
Complementary color
Monochromatic Colors of #139232
Black with #139232
Text Example
Text Example
White with #139232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139232; }
p { color: rgb(19,146,50); }
H1.HeaderClassName
{
color: #139232;
}
.AnyTagClassName
{
color: #139232;
}
</style>
background-color css
<style>
a { background-color: #139232; }
a { background-color: rgb(19,146,50); }
div.DivClassName
{
background-color: #139232;
}
.BgClassName
{
background-color: #139232;
}
</style>
border-color css
<style>
span { border-color: #139232; }
span { border-color: rgb(19,146,50); }
td.TdClassName
{
border-color: #139232;
}
.TagClassName
{
border-color: #139232;
}
</style>