Shades of Forest Green #31962F
Tints of Forest Green #31962F
RGB
CMYK
RGB Variations
Color information
#31962F (or 0x31962F) is known color: Forest Green. HEX triplet: 31, 96 and 2F. RGB value is (49,150,47). Sum of RGB (Red+Green+Blue) = 49+150+47=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #31962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31962F is #CE69D0. Grayscale: #6C6C6C. Windows color (decimal): -13527505 or 3118641. OLE color: 3118641.
HSL color Cylindrical-coordinate representation of color #31962F: hue angle of 118.83º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31962F is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 47 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.41 |
| HSL | 118.83º | 0.52% | 0.39% | - |
| HSV(B) | 118.83º | 0.69% | 0.59% | - |
| XYZ | 12.69 | 22.67 | 6.4 | - |
| YUV | 108.06 | 93.54 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 47 | 0.67 | 0 | 0.69 | 0.41 | 118.83 | 0.52 | 0.39 |
| Hex | 31 | 96 | 2F | 43 | 0 | 45 | 29 | 77 | 34 | 27 |
| Octal | 61 | 226 | 57 | 103 | 0 | 105 | 51 | 167 | 64 | 47 |
| Binary | 110001 | 10010110 | 101111 | 1000011 | 0 | 1000101 | 101001 | 1110111 | 110100 | 100111 |
Color Harmonies of #31962F
Complementary color
Monochromatic Colors of #31962F
Black with #31962F
Text Example
Text Example
White with #31962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31962F; }
p { color: rgb(49,150,47); }
H1.HeaderClassName
{
color: #31962F;
}
.AnyTagClassName
{
color: #31962F;
}
</style>
background-color css
<style>
a { background-color: #31962F; }
a { background-color: rgb(49,150,47); }
div.DivClassName
{
background-color: #31962F;
}
.BgClassName
{
background-color: #31962F;
}
</style>
border-color css
<style>
span { border-color: #31962F; }
span { border-color: rgb(49,150,47); }
td.TdClassName
{
border-color: #31962F;
}
.TagClassName
{
border-color: #31962F;
}
</style>