Shades of Forest Green #13831B
Tints of Forest Green #13831B
RGB
CMYK
RGB Variations
Color information
#13831B (or 0x13831B) is known color: Forest Green. HEX triplet: 13, 83 and 1B. RGB value is (19,131,27). Sum of RGB (Red+Green+Blue) = 19+131+27=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 131 (51.56% from 255 or 74.01% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 131 - color contains mainly: green. Hex color #13831B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13831B is #EC7CE4. Grayscale: #555555. Windows color (decimal): -15498469 or 1803027. OLE color: 1803027.
HSL color Cylindrical-coordinate representation of color #13831B: hue angle of 124.29º 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 #13831B is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 131 | 27 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.49 |
| HSL | 124.29º | 0.75% | 0.29% | - |
| HSV(B) | 124.29º | 0.85% | 0.51% | - |
| XYZ | 8.58 | 16.45 | 3.76 | - |
| YUV | 85.66 | 94.89 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 27 | 0.85 | 0 | 0.79 | 0.49 | 124.29 | 0.75 | 0.29 |
| Hex | 13 | 83 | 1B | 55 | 0 | 4F | 31 | 7C | 4B | 1D |
| Octal | 23 | 203 | 33 | 125 | 0 | 117 | 61 | 174 | 113 | 35 |
| Binary | 10011 | 10000011 | 11011 | 1010101 | 0 | 1001111 | 110001 | 1111100 | 1001011 | 11101 |
Color Harmonies of #13831B
Complementary color
Monochromatic Colors of #13831B
Black with #13831B
Text Example
Text Example
White with #13831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13831B; }
p { color: rgb(19,131,27); }
H1.HeaderClassName
{
color: #13831B;
}
.AnyTagClassName
{
color: #13831B;
}
</style>
background-color css
<style>
a { background-color: #13831B; }
a { background-color: rgb(19,131,27); }
div.DivClassName
{
background-color: #13831B;
}
.BgClassName
{
background-color: #13831B;
}
</style>
border-color css
<style>
span { border-color: #13831B; }
span { border-color: rgb(19,131,27); }
td.TdClassName
{
border-color: #13831B;
}
.TagClassName
{
border-color: #13831B;
}
</style>