Shades of Forest Green #138A1D
Tints of Forest Green #138A1D
RGB
CMYK
RGB Variations
Color information
#138A1D (or 0x138A1D) is known color: Forest Green. HEX triplet: 13, 8A and 1D. RGB value is (19,138,29). Sum of RGB (Red+Green+Blue) = 19+138+29=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 138 (54.30% from 255 or 74.19% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 138 - color contains mainly: green. Hex color #138A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A1D is #EC75E2. Grayscale: #5A5A5A. Windows color (decimal): -15496675 or 1935891. OLE color: 1935891.
HSL color Cylindrical-coordinate representation of color #138A1D: hue angle of 125.04º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A1D is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 29 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.46 |
| HSL | 125.04º | 0.76% | 0.31% | - |
| HSV(B) | 125.04º | 0.86% | 0.54% | - |
| XYZ | 9.58 | 18.4 | 4.21 | - |
| YUV | 89.99 | 93.58 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 29 | 0.86 | 0 | 0.79 | 0.46 | 125.04 | 0.76 | 0.31 |
| Hex | 13 | 8A | 1D | 56 | 0 | 4F | 2E | 7D | 4C | 1F |
| Octal | 23 | 212 | 35 | 126 | 0 | 117 | 56 | 175 | 114 | 37 |
| Binary | 10011 | 10001010 | 11101 | 1010110 | 0 | 1001111 | 101110 | 1111101 | 1001100 | 11111 |
Color Harmonies of #138A1D
Complementary color
Monochromatic Colors of #138A1D
Black with #138A1D
Text Example
Text Example
White with #138A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A1D; }
p { color: rgb(19,138,29); }
H1.HeaderClassName
{
color: #138A1D;
}
.AnyTagClassName
{
color: #138A1D;
}
</style>
background-color css
<style>
a { background-color: #138A1D; }
a { background-color: rgb(19,138,29); }
div.DivClassName
{
background-color: #138A1D;
}
.BgClassName
{
background-color: #138A1D;
}
</style>
border-color css
<style>
span { border-color: #138A1D; }
span { border-color: rgb(19,138,29); }
td.TdClassName
{
border-color: #138A1D;
}
.TagClassName
{
border-color: #138A1D;
}
</style>