Shades of Forest Green #138E1F
Tints of Forest Green #138E1F
RGB
CMYK
RGB Variations
Color information
#138E1F (or 0x138E1F) is known color: Forest Green. HEX triplet: 13, 8E and 1F. RGB value is (19,142,31). Sum of RGB (Red+Green+Blue) = 19+142+31=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 142 (55.86% from 255 or 73.96% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 142 - color contains mainly: green. Hex color #138E1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E1F is #EC71E0. Grayscale: #5C5C5C. Windows color (decimal): -15495649 or 2067987. OLE color: 2067987.
HSL color Cylindrical-coordinate representation of color #138E1F: hue angle of 125.85º degrees, saturation: 0.76, 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 #138E1F is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 31 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.44 |
| HSL | 125.85º | 0.76% | 0.32% | - |
| HSV(B) | 125.85º | 0.87% | 0.56% | - |
| XYZ | 10.19 | 19.58 | 4.54 | - |
| YUV | 92.57 | 93.25 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 31 | 0.87 | 0 | 0.78 | 0.44 | 125.85 | 0.76 | 0.32 |
| Hex | 13 | 8E | 1F | 57 | 0 | 4E | 2C | 7E | 4C | 20 |
| Octal | 23 | 216 | 37 | 127 | 0 | 116 | 54 | 176 | 114 | 40 |
| Binary | 10011 | 10001110 | 11111 | 1010111 | 0 | 1001110 | 101100 | 1111110 | 1001100 | 100000 |
Color Harmonies of #138E1F
Complementary color
Monochromatic Colors of #138E1F
Black with #138E1F
Text Example
Text Example
White with #138E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E1F; }
p { color: rgb(19,142,31); }
H1.HeaderClassName
{
color: #138E1F;
}
.AnyTagClassName
{
color: #138E1F;
}
</style>
background-color css
<style>
a { background-color: #138E1F; }
a { background-color: rgb(19,142,31); }
div.DivClassName
{
background-color: #138E1F;
}
.BgClassName
{
background-color: #138E1F;
}
</style>
border-color css
<style>
span { border-color: #138E1F; }
span { border-color: rgb(19,142,31); }
td.TdClassName
{
border-color: #138E1F;
}
.TagClassName
{
border-color: #138E1F;
}
</style>