Shades of Forest Green #139D1C
Tints of Forest Green #139D1C
RGB
CMYK
RGB Variations
Color information
#139D1C (or 0x139D1C) is known color: Forest Green. HEX triplet: 13, 9D and 1C. RGB value is (19,157,28). Sum of RGB (Red+Green+Blue) = 19+157+28=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 157 (61.72% from 255 or 76.96% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 157 - color contains mainly: green. Hex color #139D1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D1C is #EC62E3. Grayscale: #656565. Windows color (decimal): -15491812 or 1875219. OLE color: 1875219.
HSL color Cylindrical-coordinate representation of color #139D1C: hue angle of 123.91º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D1C is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 28 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.38 |
| HSL | 123.91º | 0.78% | 0.35% | - |
| HSV(B) | 123.91º | 0.88% | 0.62% | - |
| XYZ | 12.54 | 24.34 | 5.14 | - |
| YUV | 101.03 | 86.78 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 28 | 0.88 | 0 | 0.82 | 0.38 | 123.91 | 0.78 | 0.35 |
| Hex | 13 | 9D | 1C | 58 | 0 | 52 | 26 | 7C | 4E | 23 |
| Octal | 23 | 235 | 34 | 130 | 0 | 122 | 46 | 174 | 116 | 43 |
| Binary | 10011 | 10011101 | 11100 | 1011000 | 0 | 1010010 | 100110 | 1111100 | 1001110 | 100011 |
Color Harmonies of #139D1C
Complementary color
Monochromatic Colors of #139D1C
Black with #139D1C
Text Example
Text Example
White with #139D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D1C; }
p { color: rgb(19,157,28); }
H1.HeaderClassName
{
color: #139D1C;
}
.AnyTagClassName
{
color: #139D1C;
}
</style>
background-color css
<style>
a { background-color: #139D1C; }
a { background-color: rgb(19,157,28); }
div.DivClassName
{
background-color: #139D1C;
}
.BgClassName
{
background-color: #139D1C;
}
</style>
border-color css
<style>
span { border-color: #139D1C; }
span { border-color: rgb(19,157,28); }
td.TdClassName
{
border-color: #139D1C;
}
.TagClassName
{
border-color: #139D1C;
}
</style>