Shades of Forest Green #13831A
Tints of Forest Green #13831A
RGB
CMYK
RGB Variations
Color information
#13831A (or 0x13831A) is known color: Forest Green. HEX triplet: 13, 83 and 1A. RGB value is (19,131,26). Sum of RGB (Red+Green+Blue) = 19+131+26=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 131 (51.56% from 255 or 74.43% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 131 - color contains mainly: green. Hex color #13831A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13831A is #EC7CE5. Grayscale: #555555. Windows color (decimal): -15498470 or 1737491. OLE color: 1737491.
HSL color Cylindrical-coordinate representation of color #13831A: hue angle of 123.75º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13831A is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 26 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.49 |
| HSL | 123.75º | 0.75% | 0.29% | - |
| HSV(B) | 123.75º | 0.85% | 0.51% | - |
| XYZ | 8.57 | 16.45 | 3.7 | - |
| YUV | 85.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 26 | 0.85 | 0 | 0.80 | 0.49 | 123.75 | 0.75 | 0.29 |
| Hex | 13 | 83 | 1A | 55 | 0 | 50 | 31 | 7C | 4B | 1D |
| Octal | 23 | 203 | 32 | 125 | 0 | 120 | 61 | 174 | 113 | 35 |
| Binary | 10011 | 10000011 | 11010 | 1010101 | 0 | 1010000 | 110001 | 1111100 | 1001011 | 11101 |
Color Harmonies of #13831A
Complementary color
Monochromatic Colors of #13831A
Black with #13831A
Text Example
Text Example
White with #13831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13831A; }
p { color: rgb(19,131,26); }
H1.HeaderClassName
{
color: #13831A;
}
.AnyTagClassName
{
color: #13831A;
}
</style>
background-color css
<style>
a { background-color: #13831A; }
a { background-color: rgb(19,131,26); }
div.DivClassName
{
background-color: #13831A;
}
.BgClassName
{
background-color: #13831A;
}
</style>
border-color css
<style>
span { border-color: #13831A; }
span { border-color: rgb(19,131,26); }
td.TdClassName
{
border-color: #13831A;
}
.TagClassName
{
border-color: #13831A;
}
</style>