Shades of Forest Green #13900F
Tints of Forest Green #13900F
RGB
CMYK
RGB Variations
Color information
#13900F (or 0x13900F) is known color: Forest Green. HEX triplet: 13, 90 and 0F. RGB value is (19,144,15). Sum of RGB (Red+Green+Blue) = 19+144+15=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 144 (56.64% from 255 or 80.90% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 144 - color contains mainly: green. Hex color #13900F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13900F is #EC6FF0. Grayscale: #5C5C5C. Windows color (decimal): -15495153 or 1019923. OLE color: 1019923.
HSL color Cylindrical-coordinate representation of color #13900F: hue angle of 118.14º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13900F is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 15 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.44 |
| HSL | 118.14º | 0.81% | 0.31% | - |
| HSV(B) | 118.14º | 0.9% | 0.56% | - |
| XYZ | 10.33 | 20.12 | 3.79 | - |
| YUV | 91.92 | 84.59 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 15 | 0.87 | 0 | 0.90 | 0.44 | 118.14 | 0.81 | 0.31 |
| Hex | 13 | 90 | F | 57 | 0 | 5A | 2C | 76 | 51 | 1F |
| Octal | 23 | 220 | 17 | 127 | 0 | 132 | 54 | 166 | 121 | 37 |
| Binary | 10011 | 10010000 | 1111 | 1010111 | 0 | 1011010 | 101100 | 1110110 | 1010001 | 11111 |
Color Harmonies of #13900F
Complementary color
Monochromatic Colors of #13900F
Black with #13900F
Text Example
Text Example
White with #13900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13900F; }
p { color: rgb(19,144,15); }
H1.HeaderClassName
{
color: #13900F;
}
.AnyTagClassName
{
color: #13900F;
}
</style>
background-color css
<style>
a { background-color: #13900F; }
a { background-color: rgb(19,144,15); }
div.DivClassName
{
background-color: #13900F;
}
.BgClassName
{
background-color: #13900F;
}
</style>
border-color css
<style>
span { border-color: #13900F; }
span { border-color: rgb(19,144,15); }
td.TdClassName
{
border-color: #13900F;
}
.TagClassName
{
border-color: #13900F;
}
</style>