Shades of Forest Green #13952D
Tints of Forest Green #13952D
RGB
CMYK
RGB Variations
Color information
#13952D (or 0x13952D) is known color: Forest Green. HEX triplet: 13, 95 and 2D. RGB value is (19,149,45). Sum of RGB (Red+Green+Blue) = 19+149+45=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #13952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13952D is #EC6AD2. Grayscale: #626262. Windows color (decimal): -15493843 or 2987283. OLE color: 2987283.
HSL color Cylindrical-coordinate representation of color #13952D: hue angle of 132º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13952D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 45 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.42 |
| HSL | 132º | 0.77% | 0.33% | - |
| HSV(B) | 132º | 0.87% | 0.58% | - |
| XYZ | 11.49 | 21.82 | 6.09 | - |
| YUV | 98.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 45 | 0.87 | 0 | 0.70 | 0.42 | 132 | 0.77 | 0.33 |
| Hex | 13 | 95 | 2D | 57 | 0 | 46 | 2A | 84 | 4D | 21 |
| Octal | 23 | 225 | 55 | 127 | 0 | 106 | 52 | 204 | 115 | 41 |
| Binary | 10011 | 10010101 | 101101 | 1010111 | 0 | 1000110 | 101010 | 10000100 | 1001101 | 100001 |
Color Harmonies of #13952D
Complementary color
Monochromatic Colors of #13952D
Black with #13952D
Text Example
Text Example
White with #13952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13952D; }
p { color: rgb(19,149,45); }
H1.HeaderClassName
{
color: #13952D;
}
.AnyTagClassName
{
color: #13952D;
}
</style>
background-color css
<style>
a { background-color: #13952D; }
a { background-color: rgb(19,149,45); }
div.DivClassName
{
background-color: #13952D;
}
.BgClassName
{
background-color: #13952D;
}
</style>
border-color css
<style>
span { border-color: #13952D; }
span { border-color: rgb(19,149,45); }
td.TdClassName
{
border-color: #13952D;
}
.TagClassName
{
border-color: #13952D;
}
</style>