Shades of Forest Green #138E2D
Tints of Forest Green #138E2D
RGB
CMYK
RGB Variations
Color information
#138E2D (or 0x138E2D) is known color: Forest Green. HEX triplet: 13, 8E and 2D. RGB value is (19,142,45). Sum of RGB (Red+Green+Blue) = 19+142+45=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #138E2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E2D is #EC71D2. Grayscale: #5E5E5E. Windows color (decimal): -15495635 or 2985491. OLE color: 2985491.
HSL color Cylindrical-coordinate representation of color #138E2D: hue angle of 132.68º 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 #138E2D is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 45 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.44 |
| HSL | 132.68º | 0.76% | 0.32% | - |
| HSV(B) | 132.68º | 0.87% | 0.56% | - |
| XYZ | 10.42 | 19.67 | 5.73 | - |
| YUV | 94.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 45 | 0.87 | 0 | 0.68 | 0.44 | 132.68 | 0.76 | 0.32 |
| Hex | 13 | 8E | 2D | 57 | 0 | 44 | 2C | 85 | 4C | 20 |
| Octal | 23 | 216 | 55 | 127 | 0 | 104 | 54 | 205 | 114 | 40 |
| Binary | 10011 | 10001110 | 101101 | 1010111 | 0 | 1000100 | 101100 | 10000101 | 1001100 | 100000 |
Color Harmonies of #138E2D
Complementary color
Monochromatic Colors of #138E2D
Black with #138E2D
Text Example
Text Example
White with #138E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E2D; }
p { color: rgb(19,142,45); }
H1.HeaderClassName
{
color: #138E2D;
}
.AnyTagClassName
{
color: #138E2D;
}
</style>
background-color css
<style>
a { background-color: #138E2D; }
a { background-color: rgb(19,142,45); }
div.DivClassName
{
background-color: #138E2D;
}
.BgClassName
{
background-color: #138E2D;
}
</style>
border-color css
<style>
span { border-color: #138E2D; }
span { border-color: rgb(19,142,45); }
td.TdClassName
{
border-color: #138E2D;
}
.TagClassName
{
border-color: #138E2D;
}
</style>