Shades of Forest Green #13791D
Tints of Forest Green #13791D
RGB
CMYK
RGB Variations
Color information
#13791D (or 0x13791D) is known color: Forest Green. HEX triplet: 13, 79 and 1D. RGB value is (19,121,29). Sum of RGB (Red+Green+Blue) = 19+121+29=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #13791D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13791D is #EC86E2. Grayscale: #505050. Windows color (decimal): -15501027 or 1931539. OLE color: 1931539.
HSL color Cylindrical-coordinate representation of color #13791D: hue angle of 125.88º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13791D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 121 | 29 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.53 |
| HSL | 125.88º | 0.73% | 0.27% | - |
| HSV(B) | 125.88º | 0.84% | 0.47% | - |
| XYZ | 7.33 | 13.9 | 3.46 | - |
| YUV | 80.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 29 | 0.84 | 0 | 0.76 | 0.53 | 125.88 | 0.73 | 0.27 |
| Hex | 13 | 79 | 1D | 54 | 0 | 4C | 35 | 7E | 49 | 1B |
| Octal | 23 | 171 | 35 | 124 | 0 | 114 | 65 | 176 | 111 | 33 |
| Binary | 10011 | 1111001 | 11101 | 1010100 | 0 | 1001100 | 110101 | 1111110 | 1001001 | 11011 |
Color Harmonies of #13791D
Complementary color
Monochromatic Colors of #13791D
Black with #13791D
Text Example
Text Example
White with #13791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13791D; }
p { color: rgb(19,121,29); }
H1.HeaderClassName
{
color: #13791D;
}
.AnyTagClassName
{
color: #13791D;
}
</style>
background-color css
<style>
a { background-color: #13791D; }
a { background-color: rgb(19,121,29); }
div.DivClassName
{
background-color: #13791D;
}
.BgClassName
{
background-color: #13791D;
}
</style>
border-color css
<style>
span { border-color: #13791D; }
span { border-color: rgb(19,121,29); }
td.TdClassName
{
border-color: #13791D;
}
.TagClassName
{
border-color: #13791D;
}
</style>