Shades of Forest Green #138B14
Tints of Forest Green #138B14
RGB
CMYK
RGB Variations
Color information
#138B14 (or 0x138B14) is known color: Forest Green. HEX triplet: 13, 8B and 14. RGB value is (19,139,20). Sum of RGB (Red+Green+Blue) = 19+139+20=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 139 (54.69% from 255 or 78.09% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 139 - color contains mainly: green. Hex color #138B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138B14 is #EC74EB. Grayscale: #595959. Windows color (decimal): -15496428 or 1346323. OLE color: 1346323.
HSL color Cylindrical-coordinate representation of color #138B14: hue angle of 120.5º 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 #138B14 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 20 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.45 |
| HSL | 120.5º | 0.76% | 0.31% | - |
| HSV(B) | 120.5º | 0.86% | 0.55% | - |
| XYZ | 9.63 | 18.65 | 3.76 | - |
| YUV | 89.55 | 88.74 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 20 | 0.86 | 0 | 0.86 | 0.45 | 120.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 14 | 56 | 0 | 56 | 2D | 79 | 4C | 1F |
| Octal | 23 | 213 | 24 | 126 | 0 | 126 | 55 | 171 | 114 | 37 |
| Binary | 10011 | 10001011 | 10100 | 1010110 | 0 | 1010110 | 101101 | 1111001 | 1001100 | 11111 |
Color Harmonies of #138B14
Complementary color
Monochromatic Colors of #138B14
Black with #138B14
Text Example
Text Example
White with #138B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B14; }
p { color: rgb(19,139,20); }
H1.HeaderClassName
{
color: #138B14;
}
.AnyTagClassName
{
color: #138B14;
}
</style>
background-color css
<style>
a { background-color: #138B14; }
a { background-color: rgb(19,139,20); }
div.DivClassName
{
background-color: #138B14;
}
.BgClassName
{
background-color: #138B14;
}
</style>
border-color css
<style>
span { border-color: #138B14; }
span { border-color: rgb(19,139,20); }
td.TdClassName
{
border-color: #138B14;
}
.TagClassName
{
border-color: #138B14;
}
</style>