Shades of Forest Green #138E2A
Tints of Forest Green #138E2A
RGB
CMYK
RGB Variations
Color information
#138E2A (or 0x138E2A) is known color: Forest Green. HEX triplet: 13, 8E and 2A. RGB value is (19,142,42). Sum of RGB (Red+Green+Blue) = 19+142+42=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 142 (55.86% from 255 or 69.95% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 142 - color contains mainly: green. Hex color #138E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E2A is #EC71D5. Grayscale: #5E5E5E. Windows color (decimal): -15495638 or 2788883. OLE color: 2788883.
HSL color Cylindrical-coordinate representation of color #138E2A: hue angle of 131.22º 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 #138E2A is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 42 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.44 |
| HSL | 131.22º | 0.76% | 0.32% | - |
| HSV(B) | 131.22º | 0.87% | 0.56% | - |
| XYZ | 10.36 | 19.65 | 5.44 | - |
| YUV | 93.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 42 | 0.87 | 0 | 0.70 | 0.44 | 131.22 | 0.76 | 0.32 |
| Hex | 13 | 8E | 2A | 57 | 0 | 46 | 2C | 83 | 4C | 20 |
| Octal | 23 | 216 | 52 | 127 | 0 | 106 | 54 | 203 | 114 | 40 |
| Binary | 10011 | 10001110 | 101010 | 1010111 | 0 | 1000110 | 101100 | 10000011 | 1001100 | 100000 |
Color Harmonies of #138E2A
Complementary color
Monochromatic Colors of #138E2A
Black with #138E2A
Text Example
Text Example
White with #138E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E2A; }
p { color: rgb(19,142,42); }
H1.HeaderClassName
{
color: #138E2A;
}
.AnyTagClassName
{
color: #138E2A;
}
</style>
background-color css
<style>
a { background-color: #138E2A; }
a { background-color: rgb(19,142,42); }
div.DivClassName
{
background-color: #138E2A;
}
.BgClassName
{
background-color: #138E2A;
}
</style>
border-color css
<style>
span { border-color: #138E2A; }
span { border-color: rgb(19,142,42); }
td.TdClassName
{
border-color: #138E2A;
}
.TagClassName
{
border-color: #138E2A;
}
</style>