Shades of Forest Green #138C16
Tints of Forest Green #138C16
RGB
CMYK
RGB Variations
Color information
#138C16 (or 0x138C16) is known color: Forest Green. HEX triplet: 13, 8C and 16. RGB value is (19,140,22). Sum of RGB (Red+Green+Blue) = 19+140+22=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 140 (55.08% from 255 or 77.35% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 140 - color contains mainly: green. Hex color #138C16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C16 is #EC73E9. Grayscale: #5A5A5A. Windows color (decimal): -15496170 or 1477651. OLE color: 1477651.
HSL color Cylindrical-coordinate representation of color #138C16: hue angle of 121.49º 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 #138C16 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 22 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.45 |
| HSL | 121.49º | 0.76% | 0.31% | - |
| HSV(B) | 121.49º | 0.86% | 0.55% | - |
| XYZ | 9.79 | 18.95 | 3.9 | - |
| YUV | 90.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 22 | 0.86 | 0 | 0.84 | 0.45 | 121.49 | 0.76 | 0.31 |
| Hex | 13 | 8C | 16 | 56 | 0 | 54 | 2D | 79 | 4C | 1F |
| Octal | 23 | 214 | 26 | 126 | 0 | 124 | 55 | 171 | 114 | 37 |
| Binary | 10011 | 10001100 | 10110 | 1010110 | 0 | 1010100 | 101101 | 1111001 | 1001100 | 11111 |
Color Harmonies of #138C16
Complementary color
Monochromatic Colors of #138C16
Black with #138C16
Text Example
Text Example
White with #138C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C16; }
p { color: rgb(19,140,22); }
H1.HeaderClassName
{
color: #138C16;
}
.AnyTagClassName
{
color: #138C16;
}
</style>
background-color css
<style>
a { background-color: #138C16; }
a { background-color: rgb(19,140,22); }
div.DivClassName
{
background-color: #138C16;
}
.BgClassName
{
background-color: #138C16;
}
</style>
border-color css
<style>
span { border-color: #138C16; }
span { border-color: rgb(19,140,22); }
td.TdClassName
{
border-color: #138C16;
}
.TagClassName
{
border-color: #138C16;
}
</style>