Shades of Forest Green #319E1D
Tints of Forest Green #319E1D
RGB
CMYK
RGB Variations
Color information
#319E1D (or 0x319E1D) is known color: Forest Green. HEX triplet: 31, 9E and 1D. RGB value is (49,158,29). Sum of RGB (Red+Green+Blue) = 49+158+29=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #319E1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E1D is #CE61E2. Grayscale: #6F6F6F. Windows color (decimal): -13525475 or 1941041. OLE color: 1941041.
HSL color Cylindrical-coordinate representation of color #319E1D: hue angle of 110.7º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #319E1D is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 158 | 29 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.38 |
| HSL | 110.7º | 0.69% | 0.37% | - |
| HSV(B) | 110.7º | 0.82% | 0.62% | - |
| XYZ | 13.72 | 25.2 | 5.3 | - |
| YUV | 110.7 | 81.89 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 29 | 0.69 | 0 | 0.82 | 0.38 | 110.7 | 0.69 | 0.37 |
| Hex | 31 | 9E | 1D | 45 | 0 | 52 | 26 | 6F | 45 | 25 |
| Octal | 61 | 236 | 35 | 105 | 0 | 122 | 46 | 157 | 105 | 45 |
| Binary | 110001 | 10011110 | 11101 | 1000101 | 0 | 1010010 | 100110 | 1101111 | 1000101 | 100101 |
Color Harmonies of #319E1D
Complementary color
Monochromatic Colors of #319E1D
Black with #319E1D
Text Example
Text Example
White with #319E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319E1D; }
p { color: rgb(49,158,29); }
H1.HeaderClassName
{
color: #319E1D;
}
.AnyTagClassName
{
color: #319E1D;
}
</style>
background-color css
<style>
a { background-color: #319E1D; }
a { background-color: rgb(49,158,29); }
div.DivClassName
{
background-color: #319E1D;
}
.BgClassName
{
background-color: #319E1D;
}
</style>
border-color css
<style>
span { border-color: #319E1D; }
span { border-color: rgb(49,158,29); }
td.TdClassName
{
border-color: #319E1D;
}
.TagClassName
{
border-color: #319E1D;
}
</style>