Shades of Forest Green #139521
Tints of Forest Green #139521
RGB
CMYK
RGB Variations
Color information
#139521 (or 0x139521) is known color: Forest Green. HEX triplet: 13, 95 and 21. RGB value is (19,149,33). Sum of RGB (Red+Green+Blue) = 19+149+33=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #139521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139521 is #EC6ADE. Grayscale: #616161. Windows color (decimal): -15493855 or 2200851. OLE color: 2200851.
HSL color Cylindrical-coordinate representation of color #139521: hue angle of 126.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139521 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 33 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.42 |
| HSL | 126.46º | 0.77% | 0.33% | - |
| HSV(B) | 126.46º | 0.87% | 0.58% | - |
| XYZ | 11.29 | 21.74 | 5.04 | - |
| YUV | 96.91 | 91.93 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 33 | 0.87 | 0 | 0.78 | 0.42 | 126.46 | 0.77 | 0.33 |
| Hex | 13 | 95 | 21 | 57 | 0 | 4E | 2A | 7E | 4D | 21 |
| Octal | 23 | 225 | 41 | 127 | 0 | 116 | 52 | 176 | 115 | 41 |
| Binary | 10011 | 10010101 | 100001 | 1010111 | 0 | 1001110 | 101010 | 1111110 | 1001101 | 100001 |
Color Harmonies of #139521
Complementary color
Monochromatic Colors of #139521
Black with #139521
Text Example
Text Example
White with #139521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139521; }
p { color: rgb(19,149,33); }
H1.HeaderClassName
{
color: #139521;
}
.AnyTagClassName
{
color: #139521;
}
</style>
background-color css
<style>
a { background-color: #139521; }
a { background-color: rgb(19,149,33); }
div.DivClassName
{
background-color: #139521;
}
.BgClassName
{
background-color: #139521;
}
</style>
border-color css
<style>
span { border-color: #139521; }
span { border-color: rgb(19,149,33); }
td.TdClassName
{
border-color: #139521;
}
.TagClassName
{
border-color: #139521;
}
</style>