Shades of Forest Green #138D0D
Tints of Forest Green #138D0D
RGB
CMYK
RGB Variations
Color information
#138D0D (or 0x138D0D) is known color: Forest Green. HEX triplet: 13, 8D and 0D. RGB value is (19,141,13). Sum of RGB (Red+Green+Blue) = 19+141+13=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 141 (55.47% from 255 or 81.50% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 141 - color contains mainly: green. Hex color #138D0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D0D is #EC72F2. Grayscale: #5A5A5A. Windows color (decimal): -15495923 or 888083. OLE color: 888083.
HSL color Cylindrical-coordinate representation of color #138D0D: hue angle of 117.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138D0D is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 13 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.45 |
| HSL | 117.19º | 0.83% | 0.3% | - |
| HSV(B) | 117.19º | 0.91% | 0.55% | - |
| XYZ | 9.87 | 19.22 | 3.57 | - |
| YUV | 89.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 13 | 0.87 | 0 | 0.91 | 0.45 | 117.19 | 0.83 | 0.3 |
| Hex | 13 | 8D | D | 57 | 0 | 5B | 2D | 75 | 53 | 1E |
| Octal | 23 | 215 | 15 | 127 | 0 | 133 | 55 | 165 | 123 | 36 |
| Binary | 10011 | 10001101 | 1101 | 1010111 | 0 | 1011011 | 101101 | 1110101 | 1010011 | 11110 |
Color Harmonies of #138D0D
Complementary color
Monochromatic Colors of #138D0D
Black with #138D0D
Text Example
Text Example
White with #138D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D0D; }
p { color: rgb(19,141,13); }
H1.HeaderClassName
{
color: #138D0D;
}
.AnyTagClassName
{
color: #138D0D;
}
</style>
background-color css
<style>
a { background-color: #138D0D; }
a { background-color: rgb(19,141,13); }
div.DivClassName
{
background-color: #138D0D;
}
.BgClassName
{
background-color: #138D0D;
}
</style>
border-color css
<style>
span { border-color: #138D0D; }
span { border-color: rgb(19,141,13); }
td.TdClassName
{
border-color: #138D0D;
}
.TagClassName
{
border-color: #138D0D;
}
</style>