Shades of Forest Green #139D1B
Tints of Forest Green #139D1B
RGB
CMYK
RGB Variations
Color information
#139D1B (or 0x139D1B) is known color: Forest Green. HEX triplet: 13, 9D and 1B. RGB value is (19,157,27). Sum of RGB (Red+Green+Blue) = 19+157+27=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #139D1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D1B is #EC62E4. Grayscale: #656565. Windows color (decimal): -15491813 or 1809683. OLE color: 1809683.
HSL color Cylindrical-coordinate representation of color #139D1B: hue angle of 123.48º 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 #139D1B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 27 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.38 |
| HSL | 123.48º | 0.78% | 0.35% | - |
| HSV(B) | 123.48º | 0.88% | 0.62% | - |
| XYZ | 12.52 | 24.33 | 5.07 | - |
| YUV | 100.92 | 86.28 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 27 | 0.88 | 0 | 0.83 | 0.38 | 123.48 | 0.78 | 0.35 |
| Hex | 13 | 9D | 1B | 58 | 0 | 53 | 26 | 7B | 4E | 23 |
| Octal | 23 | 235 | 33 | 130 | 0 | 123 | 46 | 173 | 116 | 43 |
| Binary | 10011 | 10011101 | 11011 | 1011000 | 0 | 1010011 | 100110 | 1111011 | 1001110 | 100011 |
Color Harmonies of #139D1B
Complementary color
Monochromatic Colors of #139D1B
Black with #139D1B
Text Example
Text Example
White with #139D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D1B; }
p { color: rgb(19,157,27); }
H1.HeaderClassName
{
color: #139D1B;
}
.AnyTagClassName
{
color: #139D1B;
}
</style>
background-color css
<style>
a { background-color: #139D1B; }
a { background-color: rgb(19,157,27); }
div.DivClassName
{
background-color: #139D1B;
}
.BgClassName
{
background-color: #139D1B;
}
</style>
border-color css
<style>
span { border-color: #139D1B; }
span { border-color: rgb(19,157,27); }
td.TdClassName
{
border-color: #139D1B;
}
.TagClassName
{
border-color: #139D1B;
}
</style>