Shades of Forest Green #13852C
Tints of Forest Green #13852C
RGB
CMYK
RGB Variations
Color information
#13852C (or 0x13852C) is known color: Forest Green. HEX triplet: 13, 85 and 2C. RGB value is (19,133,44). Sum of RGB (Red+Green+Blue) = 19+133+44=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 133 (52.34% from 255 or 67.86% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 133 - color contains mainly: green. Hex color #13852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13852C is #EC7AD3. Grayscale: #595959. Windows color (decimal): -15497940 or 2917651. OLE color: 2917651.
HSL color Cylindrical-coordinate representation of color #13852C: hue angle of 133.16º 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 #13852C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 44 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.48 |
| HSL | 133.16º | 0.75% | 0.3% | - |
| HSV(B) | 133.16º | 0.86% | 0.52% | - |
| XYZ | 9.11 | 17.1 | 5.2 | - |
| YUV | 88.77 | 102.73 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 44 | 0.86 | 0 | 0.67 | 0.48 | 133.16 | 0.75 | 0.3 |
| Hex | 13 | 85 | 2C | 56 | 0 | 43 | 30 | 85 | 4B | 1E |
| Octal | 23 | 205 | 54 | 126 | 0 | 103 | 60 | 205 | 113 | 36 |
| Binary | 10011 | 10000101 | 101100 | 1010110 | 0 | 1000011 | 110000 | 10000101 | 1001011 | 11110 |
Color Harmonies of #13852C
Complementary color
Monochromatic Colors of #13852C
Black with #13852C
Text Example
Text Example
White with #13852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13852C; }
p { color: rgb(19,133,44); }
H1.HeaderClassName
{
color: #13852C;
}
.AnyTagClassName
{
color: #13852C;
}
</style>
background-color css
<style>
a { background-color: #13852C; }
a { background-color: rgb(19,133,44); }
div.DivClassName
{
background-color: #13852C;
}
.BgClassName
{
background-color: #13852C;
}
</style>
border-color css
<style>
span { border-color: #13852C; }
span { border-color: rgb(19,133,44); }
td.TdClassName
{
border-color: #13852C;
}
.TagClassName
{
border-color: #13852C;
}
</style>