Shades of Forest Green #13741A
Tints of Forest Green #13741A
RGB
CMYK
RGB Variations
Color information
#13741A (or 0x13741A) is known color: Forest Green. HEX triplet: 13, 74 and 1A. RGB value is (19,116,26). Sum of RGB (Red+Green+Blue) = 19+116+26=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 116 (45.70% from 255 or 72.05% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 116 - color contains mainly: green. Hex color #13741A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13741A is #EC8BE5. Grayscale: #4D4D4D. Windows color (decimal): -15502310 or 1733651. OLE color: 1733651.
HSL color Cylindrical-coordinate representation of color #13741A: hue angle of 124.33º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13741A is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 26 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.55 |
| HSL | 124.33º | 0.72% | 0.26% | - |
| HSV(B) | 124.33º | 0.84% | 0.45% | - |
| XYZ | 6.7 | 12.7 | 3.08 | - |
| YUV | 76.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 26 | 0.84 | 0 | 0.78 | 0.55 | 124.33 | 0.72 | 0.26 |
| Hex | 13 | 74 | 1A | 54 | 0 | 4E | 37 | 7C | 48 | 1A |
| Octal | 23 | 164 | 32 | 124 | 0 | 116 | 67 | 174 | 110 | 32 |
| Binary | 10011 | 1110100 | 11010 | 1010100 | 0 | 1001110 | 110111 | 1111100 | 1001000 | 11010 |
Color Harmonies of #13741A
Complementary color
Monochromatic Colors of #13741A
Black with #13741A
Text Example
Text Example
White with #13741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13741A; }
p { color: rgb(19,116,26); }
H1.HeaderClassName
{
color: #13741A;
}
.AnyTagClassName
{
color: #13741A;
}
</style>
background-color css
<style>
a { background-color: #13741A; }
a { background-color: rgb(19,116,26); }
div.DivClassName
{
background-color: #13741A;
}
.BgClassName
{
background-color: #13741A;
}
</style>
border-color css
<style>
span { border-color: #13741A; }
span { border-color: rgb(19,116,26); }
td.TdClassName
{
border-color: #13741A;
}
.TagClassName
{
border-color: #13741A;
}
</style>