Shades of Forest Green #13902B
Tints of Forest Green #13902B
RGB
CMYK
RGB Variations
Color information
#13902B (or 0x13902B) is known color: Forest Green. HEX triplet: 13, 90 and 2B. RGB value is (19,144,43). Sum of RGB (Red+Green+Blue) = 19+144+43=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #13902B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13902B is #EC6FD4. Grayscale: #5F5F5F. Windows color (decimal): -15495125 or 2854931. OLE color: 2854931.
HSL color Cylindrical-coordinate representation of color #13902B: hue angle of 131.52º 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 #13902B is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 43 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.44 |
| HSL | 131.52º | 0.77% | 0.32% | - |
| HSV(B) | 131.52º | 0.87% | 0.56% | - |
| XYZ | 10.68 | 20.26 | 5.63 | - |
| YUV | 95.11 | 98.59 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 43 | 0.87 | 0 | 0.70 | 0.44 | 131.52 | 0.77 | 0.32 |
| Hex | 13 | 90 | 2B | 57 | 0 | 46 | 2C | 84 | 4D | 20 |
| Octal | 23 | 220 | 53 | 127 | 0 | 106 | 54 | 204 | 115 | 40 |
| Binary | 10011 | 10010000 | 101011 | 1010111 | 0 | 1000110 | 101100 | 10000100 | 1001101 | 100000 |
Color Harmonies of #13902B
Complementary color
Monochromatic Colors of #13902B
Black with #13902B
Text Example
Text Example
White with #13902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13902B; }
p { color: rgb(19,144,43); }
H1.HeaderClassName
{
color: #13902B;
}
.AnyTagClassName
{
color: #13902B;
}
</style>
background-color css
<style>
a { background-color: #13902B; }
a { background-color: rgb(19,144,43); }
div.DivClassName
{
background-color: #13902B;
}
.BgClassName
{
background-color: #13902B;
}
</style>
border-color css
<style>
span { border-color: #13902B; }
span { border-color: rgb(19,144,43); }
td.TdClassName
{
border-color: #13902B;
}
.TagClassName
{
border-color: #13902B;
}
</style>