Shades of Forest Green #138F1E
Tints of Forest Green #138F1E
RGB
CMYK
RGB Variations
Color information
#138F1E (or 0x138F1E) is known color: Forest Green. HEX triplet: 13, 8F and 1E. RGB value is (19,143,30). Sum of RGB (Red+Green+Blue) = 19+143+30=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 143 (56.25% from 255 or 74.48% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 143 - color contains mainly: green. Hex color #138F1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138F1E is #EC70E1. Grayscale: #5D5D5D. Windows color (decimal): -15495394 or 2002707. OLE color: 2002707.
HSL color Cylindrical-coordinate representation of color #138F1E: hue angle of 125.32º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138F1E is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 143 | 30 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.44 |
| HSL | 125.32º | 0.77% | 0.32% | - |
| HSV(B) | 125.32º | 0.87% | 0.56% | - |
| XYZ | 10.33 | 19.88 | 4.52 | - |
| YUV | 93.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 30 | 0.87 | 0 | 0.79 | 0.44 | 125.32 | 0.77 | 0.32 |
| Hex | 13 | 8F | 1E | 57 | 0 | 4F | 2C | 7D | 4D | 20 |
| Octal | 23 | 217 | 36 | 127 | 0 | 117 | 54 | 175 | 115 | 40 |
| Binary | 10011 | 10001111 | 11110 | 1010111 | 0 | 1001111 | 101100 | 1111101 | 1001101 | 100000 |
Color Harmonies of #138F1E
Complementary color
Monochromatic Colors of #138F1E
Black with #138F1E
Text Example
Text Example
White with #138F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138F1E; }
p { color: rgb(19,143,30); }
H1.HeaderClassName
{
color: #138F1E;
}
.AnyTagClassName
{
color: #138F1E;
}
</style>
background-color css
<style>
a { background-color: #138F1E; }
a { background-color: rgb(19,143,30); }
div.DivClassName
{
background-color: #138F1E;
}
.BgClassName
{
background-color: #138F1E;
}
</style>
border-color css
<style>
span { border-color: #138F1E; }
span { border-color: rgb(19,143,30); }
td.TdClassName
{
border-color: #138F1E;
}
.TagClassName
{
border-color: #138F1E;
}
</style>