Shades of Forest Green #139C19
Tints of Forest Green #139C19
RGB
CMYK
RGB Variations
Color information
#139C19 (or 0x139C19) is known color: Forest Green. HEX triplet: 13, 9C and 19. RGB value is (19,156,25). Sum of RGB (Red+Green+Blue) = 19+156+25=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 156 (61.33% from 255 or 78% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 156 - color contains mainly: green. Hex color #139C19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139C19 is #EC63E6. Grayscale: #646464. Windows color (decimal): -15492071 or 1678355. OLE color: 1678355.
HSL color Cylindrical-coordinate representation of color #139C19: hue angle of 122.63º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139C19 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 25 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.39 |
| HSL | 122.63º | 0.78% | 0.34% | - |
| HSV(B) | 122.63º | 0.88% | 0.61% | - |
| XYZ | 12.33 | 23.99 | 4.9 | - |
| YUV | 100.1 | 85.61 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 25 | 0.88 | 0 | 0.84 | 0.39 | 122.63 | 0.78 | 0.34 |
| Hex | 13 | 9C | 19 | 58 | 0 | 54 | 27 | 7B | 4E | 22 |
| Octal | 23 | 234 | 31 | 130 | 0 | 124 | 47 | 173 | 116 | 42 |
| Binary | 10011 | 10011100 | 11001 | 1011000 | 0 | 1010100 | 100111 | 1111011 | 1001110 | 100010 |
Color Harmonies of #139C19
Complementary color
Monochromatic Colors of #139C19
Black with #139C19
Text Example
Text Example
White with #139C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C19; }
p { color: rgb(19,156,25); }
H1.HeaderClassName
{
color: #139C19;
}
.AnyTagClassName
{
color: #139C19;
}
</style>
background-color css
<style>
a { background-color: #139C19; }
a { background-color: rgb(19,156,25); }
div.DivClassName
{
background-color: #139C19;
}
.BgClassName
{
background-color: #139C19;
}
</style>
border-color css
<style>
span { border-color: #139C19; }
span { border-color: rgb(19,156,25); }
td.TdClassName
{
border-color: #139C19;
}
.TagClassName
{
border-color: #139C19;
}
</style>