Shades of Forest Green #138019
Tints of Forest Green #138019
RGB
CMYK
RGB Variations
Color information
#138019 (or 0x138019) is known color: Forest Green. HEX triplet: 13, 80 and 19. RGB value is (19,128,25). Sum of RGB (Red+Green+Blue) = 19+128+25=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #138019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138019 is #EC7FE6. Grayscale: #535353. Windows color (decimal): -15499239 or 1671187. OLE color: 1671187.
HSL color Cylindrical-coordinate representation of color #138019: hue angle of 123.3º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138019 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 25 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.50 |
| HSL | 123.3º | 0.74% | 0.29% | - |
| HSV(B) | 123.3º | 0.85% | 0.5% | - |
| XYZ | 8.16 | 15.65 | 3.51 | - |
| YUV | 83.67 | 94.89 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 25 | 0.85 | 0 | 0.80 | 0.50 | 123.3 | 0.74 | 0.29 |
| Hex | 13 | 80 | 19 | 55 | 0 | 50 | 32 | 7B | 4A | 1D |
| Octal | 23 | 200 | 31 | 125 | 0 | 120 | 62 | 173 | 112 | 35 |
| Binary | 10011 | 10000000 | 11001 | 1010101 | 0 | 1010000 | 110010 | 1111011 | 1001010 | 11101 |
Color Harmonies of #138019
Complementary color
Monochromatic Colors of #138019
Black with #138019
Text Example
Text Example
White with #138019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138019; }
p { color: rgb(19,128,25); }
H1.HeaderClassName
{
color: #138019;
}
.AnyTagClassName
{
color: #138019;
}
</style>
background-color css
<style>
a { background-color: #138019; }
a { background-color: rgb(19,128,25); }
div.DivClassName
{
background-color: #138019;
}
.BgClassName
{
background-color: #138019;
}
</style>
border-color css
<style>
span { border-color: #138019; }
span { border-color: rgb(19,128,25); }
td.TdClassName
{
border-color: #138019;
}
.TagClassName
{
border-color: #138019;
}
</style>