Shades of Forest Green #31963D
Tints of Forest Green #31963D
RGB
CMYK
RGB Variations
Color information
#31963D (or 0x31963D) is known color: Forest Green. HEX triplet: 31, 96 and 3D. RGB value is (49,150,61). Sum of RGB (Red+Green+Blue) = 49+150+61=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #31963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31963D is #CE69C2. Grayscale: #6D6D6D. Windows color (decimal): -13527491 or 4036145. OLE color: 4036145.
HSL color Cylindrical-coordinate representation of color #31963D: hue angle of 127.13º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31963D is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 61 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.41 |
| HSL | 127.13º | 0.51% | 0.39% | - |
| HSV(B) | 127.13º | 0.67% | 0.59% | - |
| XYZ | 13.02 | 22.8 | 8.13 | - |
| YUV | 109.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 61 | 0.67 | 0 | 0.59 | 0.41 | 127.13 | 0.51 | 0.39 |
| Hex | 31 | 96 | 3D | 43 | 0 | 3B | 29 | 7F | 33 | 27 |
| Octal | 61 | 226 | 75 | 103 | 0 | 73 | 51 | 177 | 63 | 47 |
| Binary | 110001 | 10010110 | 111101 | 1000011 | 0 | 111011 | 101001 | 1111111 | 110011 | 100111 |
Color Harmonies of #31963D
Complementary color
Monochromatic Colors of #31963D
Black with #31963D
Text Example
Text Example
White with #31963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31963D; }
p { color: rgb(49,150,61); }
H1.HeaderClassName
{
color: #31963D;
}
.AnyTagClassName
{
color: #31963D;
}
</style>
background-color css
<style>
a { background-color: #31963D; }
a { background-color: rgb(49,150,61); }
div.DivClassName
{
background-color: #31963D;
}
.BgClassName
{
background-color: #31963D;
}
</style>
border-color css
<style>
span { border-color: #31963D; }
span { border-color: rgb(49,150,61); }
td.TdClassName
{
border-color: #31963D;
}
.TagClassName
{
border-color: #31963D;
}
</style>