Shades of Forest Green #138C1E
Tints of Forest Green #138C1E
RGB
CMYK
RGB Variations
Color information
#138C1E (or 0x138C1E) is known color: Forest Green. HEX triplet: 13, 8C and 1E. RGB value is (19,140,30). Sum of RGB (Red+Green+Blue) = 19+140+30=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 140 (55.08% from 255 or 74.07% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 140 - color contains mainly: green. Hex color #138C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C1E is #EC73E1. Grayscale: #5B5B5B. Windows color (decimal): -15496162 or 2001939. OLE color: 2001939.
HSL color Cylindrical-coordinate representation of color #138C1E: hue angle of 125.45º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C1E is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 30 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.45 |
| HSL | 125.45º | 0.76% | 0.31% | - |
| HSV(B) | 125.45º | 0.86% | 0.55% | - |
| XYZ | 9.88 | 18.99 | 4.37 | - |
| YUV | 91.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 30 | 0.86 | 0 | 0.79 | 0.45 | 125.45 | 0.76 | 0.31 |
| Hex | 13 | 8C | 1E | 56 | 0 | 4F | 2D | 7D | 4C | 1F |
| Octal | 23 | 214 | 36 | 126 | 0 | 117 | 55 | 175 | 114 | 37 |
| Binary | 10011 | 10001100 | 11110 | 1010110 | 0 | 1001111 | 101101 | 1111101 | 1001100 | 11111 |
Color Harmonies of #138C1E
Complementary color
Monochromatic Colors of #138C1E
Black with #138C1E
Text Example
Text Example
White with #138C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C1E; }
p { color: rgb(19,140,30); }
H1.HeaderClassName
{
color: #138C1E;
}
.AnyTagClassName
{
color: #138C1E;
}
</style>
background-color css
<style>
a { background-color: #138C1E; }
a { background-color: rgb(19,140,30); }
div.DivClassName
{
background-color: #138C1E;
}
.BgClassName
{
background-color: #138C1E;
}
</style>
border-color css
<style>
span { border-color: #138C1E; }
span { border-color: rgb(19,140,30); }
td.TdClassName
{
border-color: #138C1E;
}
.TagClassName
{
border-color: #138C1E;
}
</style>