Shades of Forest Green #13812B
Tints of Forest Green #13812B
RGB
CMYK
RGB Variations
Color information
#13812B (or 0x13812B) is known color: Forest Green. HEX triplet: 13, 81 and 2B. RGB value is (19,129,43). Sum of RGB (Red+Green+Blue) = 19+129+43=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 129 (50.78% from 255 or 67.54% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 129 - color contains mainly: green. Hex color #13812B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13812B is #EC7ED4. Grayscale: #565656. Windows color (decimal): -15498965 or 2851091. OLE color: 2851091.
HSL color Cylindrical-coordinate representation of color #13812B: hue angle of 133.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13812B is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 43 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.49 |
| HSL | 133.09º | 0.74% | 0.29% | - |
| HSV(B) | 133.09º | 0.85% | 0.51% | - |
| XYZ | 8.55 | 16.01 | 4.93 | - |
| YUV | 86.31 | 103.56 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 43 | 0.85 | 0 | 0.67 | 0.49 | 133.09 | 0.74 | 0.29 |
| Hex | 13 | 81 | 2B | 55 | 0 | 43 | 31 | 85 | 4A | 1D |
| Octal | 23 | 201 | 53 | 125 | 0 | 103 | 61 | 205 | 112 | 35 |
| Binary | 10011 | 10000001 | 101011 | 1010101 | 0 | 1000011 | 110001 | 10000101 | 1001010 | 11101 |
Color Harmonies of #13812B
Complementary color
Monochromatic Colors of #13812B
Black with #13812B
Text Example
Text Example
White with #13812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13812B; }
p { color: rgb(19,129,43); }
H1.HeaderClassName
{
color: #13812B;
}
.AnyTagClassName
{
color: #13812B;
}
</style>
background-color css
<style>
a { background-color: #13812B; }
a { background-color: rgb(19,129,43); }
div.DivClassName
{
background-color: #13812B;
}
.BgClassName
{
background-color: #13812B;
}
</style>
border-color css
<style>
span { border-color: #13812B; }
span { border-color: rgb(19,129,43); }
td.TdClassName
{
border-color: #13812B;
}
.TagClassName
{
border-color: #13812B;
}
</style>