Shades of Forest Green #138E27
Tints of Forest Green #138E27
RGB
CMYK
RGB Variations
Color information
#138E27 (or 0x138E27) is known color: Forest Green. HEX triplet: 13, 8E and 27. RGB value is (19,142,39). Sum of RGB (Red+Green+Blue) = 19+142+39=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 142 (55.86% from 255 or 71% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 142 - color contains mainly: green. Hex color #138E27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E27 is #EC71D8. Grayscale: #5D5D5D. Windows color (decimal): -15495641 or 2592275. OLE color: 2592275.
HSL color Cylindrical-coordinate representation of color #138E27: hue angle of 129.76º 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 #138E27 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 39 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.44 |
| HSL | 129.76º | 0.76% | 0.32% | - |
| HSV(B) | 129.76º | 0.87% | 0.56% | - |
| XYZ | 10.31 | 19.63 | 5.17 | - |
| YUV | 93.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 39 | 0.87 | 0 | 0.73 | 0.44 | 129.76 | 0.76 | 0.32 |
| Hex | 13 | 8E | 27 | 57 | 0 | 49 | 2C | 82 | 4C | 20 |
| Octal | 23 | 216 | 47 | 127 | 0 | 111 | 54 | 202 | 114 | 40 |
| Binary | 10011 | 10001110 | 100111 | 1010111 | 0 | 1001001 | 101100 | 10000010 | 1001100 | 100000 |
Color Harmonies of #138E27
Complementary color
Monochromatic Colors of #138E27
Black with #138E27
Text Example
Text Example
White with #138E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E27; }
p { color: rgb(19,142,39); }
H1.HeaderClassName
{
color: #138E27;
}
.AnyTagClassName
{
color: #138E27;
}
</style>
background-color css
<style>
a { background-color: #138E27; }
a { background-color: rgb(19,142,39); }
div.DivClassName
{
background-color: #138E27;
}
.BgClassName
{
background-color: #138E27;
}
</style>
border-color css
<style>
span { border-color: #138E27; }
span { border-color: rgb(19,142,39); }
td.TdClassName
{
border-color: #138E27;
}
.TagClassName
{
border-color: #138E27;
}
</style>