Shades of Forest Green #13902D
Tints of Forest Green #13902D
RGB
CMYK
RGB Variations
Color information
#13902D (or 0x13902D) is known color: Forest Green. HEX triplet: 13, 90 and 2D. RGB value is (19,144,45). Sum of RGB (Red+Green+Blue) = 19+144+45=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 144 (56.64% from 255 or 69.23% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 144 - color contains mainly: green. Hex color #13902D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13902D is #EC6FD2. Grayscale: #5F5F5F. Windows color (decimal): -15495123 or 2986003. OLE color: 2986003.
HSL color Cylindrical-coordinate representation of color #13902D: hue angle of 132.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13902D is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 45 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.44 |
| HSL | 132.48º | 0.77% | 0.32% | - |
| HSV(B) | 132.48º | 0.87% | 0.56% | - |
| XYZ | 10.72 | 20.27 | 5.83 | - |
| YUV | 95.34 | 99.59 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 45 | 0.87 | 0 | 0.69 | 0.44 | 132.48 | 0.77 | 0.32 |
| Hex | 13 | 90 | 2D | 57 | 0 | 45 | 2C | 84 | 4D | 20 |
| Octal | 23 | 220 | 55 | 127 | 0 | 105 | 54 | 204 | 115 | 40 |
| Binary | 10011 | 10010000 | 101101 | 1010111 | 0 | 1000101 | 101100 | 10000100 | 1001101 | 100000 |
Color Harmonies of #13902D
Complementary color
Monochromatic Colors of #13902D
Black with #13902D
Text Example
Text Example
White with #13902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13902D; }
p { color: rgb(19,144,45); }
H1.HeaderClassName
{
color: #13902D;
}
.AnyTagClassName
{
color: #13902D;
}
</style>
background-color css
<style>
a { background-color: #13902D; }
a { background-color: rgb(19,144,45); }
div.DivClassName
{
background-color: #13902D;
}
.BgClassName
{
background-color: #13902D;
}
</style>
border-color css
<style>
span { border-color: #13902D; }
span { border-color: rgb(19,144,45); }
td.TdClassName
{
border-color: #13902D;
}
.TagClassName
{
border-color: #13902D;
}
</style>