Shades of Forest Green #138A14
Tints of Forest Green #138A14
RGB
CMYK
RGB Variations
Color information
#138A14 (or 0x138A14) is known color: Forest Green. HEX triplet: 13, 8A and 14. RGB value is (19,138,20). Sum of RGB (Red+Green+Blue) = 19+138+20=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 138 (54.30% from 255 or 77.97% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 138 - color contains mainly: green. Hex color #138A14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138A14 is #EC75EB. Grayscale: #595959. Windows color (decimal): -15496684 or 1346067. OLE color: 1346067.
HSL color Cylindrical-coordinate representation of color #138A14: hue angle of 120.5º 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 #138A14 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 20 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.46 |
| HSL | 120.5º | 0.76% | 0.31% | - |
| HSV(B) | 120.5º | 0.86% | 0.54% | - |
| XYZ | 9.48 | 18.37 | 3.71 | - |
| YUV | 88.97 | 89.08 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 20 | 0.86 | 0 | 0.86 | 0.46 | 120.5 | 0.76 | 0.31 |
| Hex | 13 | 8A | 14 | 56 | 0 | 56 | 2E | 79 | 4C | 1F |
| Octal | 23 | 212 | 24 | 126 | 0 | 126 | 56 | 171 | 114 | 37 |
| Binary | 10011 | 10001010 | 10100 | 1010110 | 0 | 1010110 | 101110 | 1111001 | 1001100 | 11111 |
Color Harmonies of #138A14
Complementary color
Monochromatic Colors of #138A14
Black with #138A14
Text Example
Text Example
White with #138A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A14; }
p { color: rgb(19,138,20); }
H1.HeaderClassName
{
color: #138A14;
}
.AnyTagClassName
{
color: #138A14;
}
</style>
background-color css
<style>
a { background-color: #138A14; }
a { background-color: rgb(19,138,20); }
div.DivClassName
{
background-color: #138A14;
}
.BgClassName
{
background-color: #138A14;
}
</style>
border-color css
<style>
span { border-color: #138A14; }
span { border-color: rgb(19,138,20); }
td.TdClassName
{
border-color: #138A14;
}
.TagClassName
{
border-color: #138A14;
}
</style>