Shades of Forest Green #13891A
Tints of Forest Green #13891A
RGB
CMYK
RGB Variations
Color information
#13891A (or 0x13891A) is known color: Forest Green. HEX triplet: 13, 89 and 1A. RGB value is (19,137,26). Sum of RGB (Red+Green+Blue) = 19+137+26=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 137 (53.91% from 255 or 75.27% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 137 - color contains mainly: green. Hex color #13891A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13891A is #EC76E5. Grayscale: #595959. Windows color (decimal): -15496934 or 1739027. OLE color: 1739027.
HSL color Cylindrical-coordinate representation of color #13891A: hue angle of 123.56º 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 #13891A is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 26 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.46 |
| HSL | 123.56º | 0.76% | 0.31% | - |
| HSV(B) | 123.56º | 0.86% | 0.54% | - |
| XYZ | 9.4 | 18.1 | 3.98 | - |
| YUV | 89.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 26 | 0.86 | 0 | 0.81 | 0.46 | 123.56 | 0.76 | 0.31 |
| Hex | 13 | 89 | 1A | 56 | 0 | 51 | 2E | 7C | 4C | 1F |
| Octal | 23 | 211 | 32 | 126 | 0 | 121 | 56 | 174 | 114 | 37 |
| Binary | 10011 | 10001001 | 11010 | 1010110 | 0 | 1010001 | 101110 | 1111100 | 1001100 | 11111 |
Color Harmonies of #13891A
Complementary color
Monochromatic Colors of #13891A
Black with #13891A
Text Example
Text Example
White with #13891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13891A; }
p { color: rgb(19,137,26); }
H1.HeaderClassName
{
color: #13891A;
}
.AnyTagClassName
{
color: #13891A;
}
</style>
background-color css
<style>
a { background-color: #13891A; }
a { background-color: rgb(19,137,26); }
div.DivClassName
{
background-color: #13891A;
}
.BgClassName
{
background-color: #13891A;
}
</style>
border-color css
<style>
span { border-color: #13891A; }
span { border-color: rgb(19,137,26); }
td.TdClassName
{
border-color: #13891A;
}
.TagClassName
{
border-color: #13891A;
}
</style>