Shades of Forest Green #13892D
Tints of Forest Green #13892D
RGB
CMYK
RGB Variations
Color information
#13892D (or 0x13892D) is known color: Forest Green. HEX triplet: 13, 89 and 2D. RGB value is (19,137,45). Sum of RGB (Red+Green+Blue) = 19+137+45=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 137 (53.91% from 255 or 68.16% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 137 - color contains mainly: green. Hex color #13892D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13892D is #EC76D2. Grayscale: #5B5B5B. Windows color (decimal): -15496915 or 2984211. OLE color: 2984211.
HSL color Cylindrical-coordinate representation of color #13892D: hue angle of 133.22º 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 #13892D is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 45 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.46 |
| HSL | 133.22º | 0.76% | 0.31% | - |
| HSV(B) | 133.22º | 0.86% | 0.54% | - |
| XYZ | 9.69 | 18.22 | 5.49 | - |
| YUV | 91.23 | 101.91 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 45 | 0.86 | 0 | 0.67 | 0.46 | 133.22 | 0.76 | 0.31 |
| Hex | 13 | 89 | 2D | 56 | 0 | 43 | 2E | 85 | 4C | 1F |
| Octal | 23 | 211 | 55 | 126 | 0 | 103 | 56 | 205 | 114 | 37 |
| Binary | 10011 | 10001001 | 101101 | 1010110 | 0 | 1000011 | 101110 | 10000101 | 1001100 | 11111 |
Color Harmonies of #13892D
Complementary color
Monochromatic Colors of #13892D
Black with #13892D
Text Example
Text Example
White with #13892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13892D; }
p { color: rgb(19,137,45); }
H1.HeaderClassName
{
color: #13892D;
}
.AnyTagClassName
{
color: #13892D;
}
</style>
background-color css
<style>
a { background-color: #13892D; }
a { background-color: rgb(19,137,45); }
div.DivClassName
{
background-color: #13892D;
}
.BgClassName
{
background-color: #13892D;
}
</style>
border-color css
<style>
span { border-color: #13892D; }
span { border-color: rgb(19,137,45); }
td.TdClassName
{
border-color: #13892D;
}
.TagClassName
{
border-color: #13892D;
}
</style>