Shades of Forest Green #13841C
Tints of Forest Green #13841C
RGB
CMYK
RGB Variations
Color information
#13841C (or 0x13841C) is known color: Forest Green. HEX triplet: 13, 84 and 1C. RGB value is (19,132,28). Sum of RGB (Red+Green+Blue) = 19+132+28=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #13841C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13841C is #EC7BE3. Grayscale: #565656. Windows color (decimal): -15498212 or 1868819. OLE color: 1868819.
HSL color Cylindrical-coordinate representation of color #13841C: hue angle of 124.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13841C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 28 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.48 |
| HSL | 124.78º | 0.75% | 0.3% | - |
| HSV(B) | 124.78º | 0.86% | 0.52% | - |
| XYZ | 8.73 | 16.72 | 3.87 | - |
| YUV | 86.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 28 | 0.86 | 0 | 0.79 | 0.48 | 124.78 | 0.75 | 0.3 |
| Hex | 13 | 84 | 1C | 56 | 0 | 4F | 30 | 7D | 4B | 1E |
| Octal | 23 | 204 | 34 | 126 | 0 | 117 | 60 | 175 | 113 | 36 |
| Binary | 10011 | 10000100 | 11100 | 1010110 | 0 | 1001111 | 110000 | 1111101 | 1001011 | 11110 |
Color Harmonies of #13841C
Complementary color
Monochromatic Colors of #13841C
Black with #13841C
Text Example
Text Example
White with #13841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13841C; }
p { color: rgb(19,132,28); }
H1.HeaderClassName
{
color: #13841C;
}
.AnyTagClassName
{
color: #13841C;
}
</style>
background-color css
<style>
a { background-color: #13841C; }
a { background-color: rgb(19,132,28); }
div.DivClassName
{
background-color: #13841C;
}
.BgClassName
{
background-color: #13841C;
}
</style>
border-color css
<style>
span { border-color: #13841C; }
span { border-color: rgb(19,132,28); }
td.TdClassName
{
border-color: #13841C;
}
.TagClassName
{
border-color: #13841C;
}
</style>