Shades of Forest Green #138E1B
Tints of Forest Green #138E1B
RGB
CMYK
RGB Variations
Color information
#138E1B (or 0x138E1B) is known color: Forest Green. HEX triplet: 13, 8E and 1B. RGB value is (19,142,27). Sum of RGB (Red+Green+Blue) = 19+142+27=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 142 (55.86% from 255 or 75.53% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 142 - color contains mainly: green. Hex color #138E1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E1B is #EC71E4. Grayscale: #5C5C5C. Windows color (decimal): -15495653 or 1805843. OLE color: 1805843.
HSL color Cylindrical-coordinate representation of color #138E1B: hue angle of 123.9º 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 #138E1B is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 27 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.44 |
| HSL | 123.9º | 0.76% | 0.32% | - |
| HSV(B) | 123.9º | 0.87% | 0.56% | - |
| XYZ | 10.14 | 19.56 | 4.28 | - |
| YUV | 92.11 | 91.25 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 27 | 0.87 | 0 | 0.81 | 0.44 | 123.9 | 0.76 | 0.32 |
| Hex | 13 | 8E | 1B | 57 | 0 | 51 | 2C | 7C | 4C | 20 |
| Octal | 23 | 216 | 33 | 127 | 0 | 121 | 54 | 174 | 114 | 40 |
| Binary | 10011 | 10001110 | 11011 | 1010111 | 0 | 1010001 | 101100 | 1111100 | 1001100 | 100000 |
Color Harmonies of #138E1B
Complementary color
Monochromatic Colors of #138E1B
Black with #138E1B
Text Example
Text Example
White with #138E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E1B; }
p { color: rgb(19,142,27); }
H1.HeaderClassName
{
color: #138E1B;
}
.AnyTagClassName
{
color: #138E1B;
}
</style>
background-color css
<style>
a { background-color: #138E1B; }
a { background-color: rgb(19,142,27); }
div.DivClassName
{
background-color: #138E1B;
}
.BgClassName
{
background-color: #138E1B;
}
</style>
border-color css
<style>
span { border-color: #138E1B; }
span { border-color: rgb(19,142,27); }
td.TdClassName
{
border-color: #138E1B;
}
.TagClassName
{
border-color: #138E1B;
}
</style>