Shades of Forest Green #139C20
Tints of Forest Green #139C20
RGB
CMYK
RGB Variations
Color information
#139C20 (or 0x139C20) is known color: Forest Green. HEX triplet: 13, 9C and 20. RGB value is (19,156,32). Sum of RGB (Red+Green+Blue) = 19+156+32=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 156 (61.33% from 255 or 75.36% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 156 - color contains mainly: green. Hex color #139C20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139C20 is #EC63DF. Grayscale: #656565. Windows color (decimal): -15492064 or 2137107. OLE color: 2137107.
HSL color Cylindrical-coordinate representation of color #139C20: hue angle of 125.69º 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 #139C20 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 32 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.39 |
| HSL | 125.69º | 0.78% | 0.34% | - |
| HSV(B) | 125.69º | 0.88% | 0.61% | - |
| XYZ | 12.42 | 24.02 | 5.35 | - |
| YUV | 100.9 | 89.11 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 32 | 0.88 | 0 | 0.79 | 0.39 | 125.69 | 0.78 | 0.34 |
| Hex | 13 | 9C | 20 | 58 | 0 | 4F | 27 | 7E | 4E | 22 |
| Octal | 23 | 234 | 40 | 130 | 0 | 117 | 47 | 176 | 116 | 42 |
| Binary | 10011 | 10011100 | 100000 | 1011000 | 0 | 1001111 | 100111 | 1111110 | 1001110 | 100010 |
Color Harmonies of #139C20
Complementary color
Monochromatic Colors of #139C20
Black with #139C20
Text Example
Text Example
White with #139C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C20; }
p { color: rgb(19,156,32); }
H1.HeaderClassName
{
color: #139C20;
}
.AnyTagClassName
{
color: #139C20;
}
</style>
background-color css
<style>
a { background-color: #139C20; }
a { background-color: rgb(19,156,32); }
div.DivClassName
{
background-color: #139C20;
}
.BgClassName
{
background-color: #139C20;
}
</style>
border-color css
<style>
span { border-color: #139C20; }
span { border-color: rgb(19,156,32); }
td.TdClassName
{
border-color: #139C20;
}
.TagClassName
{
border-color: #139C20;
}
</style>