Shades of Forest Green #13902A
Tints of Forest Green #13902A
RGB
CMYK
RGB Variations
Color information
#13902A (or 0x13902A) is known color: Forest Green. HEX triplet: 13, 90 and 2A. RGB value is (19,144,42). Sum of RGB (Red+Green+Blue) = 19+144+42=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 144 (56.64% from 255 or 70.24% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 144 - color contains mainly: green. Hex color #13902A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13902A is #EC6FD5. Grayscale: #5F5F5F. Windows color (decimal): -15495126 or 2789395. OLE color: 2789395.
HSL color Cylindrical-coordinate representation of color #13902A: hue angle of 131.04º 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 #13902A is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 42 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.44 |
| HSL | 131.04º | 0.77% | 0.32% | - |
| HSV(B) | 131.04º | 0.87% | 0.56% | - |
| XYZ | 10.66 | 20.25 | 5.54 | - |
| YUV | 95 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 42 | 0.87 | 0 | 0.71 | 0.44 | 131.04 | 0.77 | 0.32 |
| Hex | 13 | 90 | 2A | 57 | 0 | 47 | 2C | 83 | 4D | 20 |
| Octal | 23 | 220 | 52 | 127 | 0 | 107 | 54 | 203 | 115 | 40 |
| Binary | 10011 | 10010000 | 101010 | 1010111 | 0 | 1000111 | 101100 | 10000011 | 1001101 | 100000 |
Color Harmonies of #13902A
Complementary color
Monochromatic Colors of #13902A
Black with #13902A
Text Example
Text Example
White with #13902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13902A; }
p { color: rgb(19,144,42); }
H1.HeaderClassName
{
color: #13902A;
}
.AnyTagClassName
{
color: #13902A;
}
</style>
background-color css
<style>
a { background-color: #13902A; }
a { background-color: rgb(19,144,42); }
div.DivClassName
{
background-color: #13902A;
}
.BgClassName
{
background-color: #13902A;
}
</style>
border-color css
<style>
span { border-color: #13902A; }
span { border-color: rgb(19,144,42); }
td.TdClassName
{
border-color: #13902A;
}
.TagClassName
{
border-color: #13902A;
}
</style>