Shades of Forest Green #31932C
Tints of Forest Green #31932C
RGB
CMYK
RGB Variations
Color information
#31932C (or 0x31932C) is known color: Forest Green. HEX triplet: 31, 93 and 2C. RGB value is (49,147,44). Sum of RGB (Red+Green+Blue) = 49+147+44=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #31932C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31932C is #CE6CD3. Grayscale: #6A6A6A. Windows color (decimal): -13528276 or 2921265. OLE color: 2921265.
HSL color Cylindrical-coordinate representation of color #31932C: hue angle of 117.09º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31932C is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 44 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.42 |
| HSL | 117.09º | 0.54% | 0.37% | - |
| HSV(B) | 117.09º | 0.7% | 0.58% | - |
| XYZ | 12.15 | 21.7 | 5.93 | - |
| YUV | 105.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 44 | 0.67 | 0 | 0.70 | 0.42 | 117.09 | 0.54 | 0.37 |
| Hex | 31 | 93 | 2C | 43 | 0 | 46 | 2A | 75 | 36 | 25 |
| Octal | 61 | 223 | 54 | 103 | 0 | 106 | 52 | 165 | 66 | 45 |
| Binary | 110001 | 10010011 | 101100 | 1000011 | 0 | 1000110 | 101010 | 1110101 | 110110 | 100101 |
Color Harmonies of #31932C
Complementary color
Monochromatic Colors of #31932C
Black with #31932C
Text Example
Text Example
White with #31932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31932C; }
p { color: rgb(49,147,44); }
H1.HeaderClassName
{
color: #31932C;
}
.AnyTagClassName
{
color: #31932C;
}
</style>
background-color css
<style>
a { background-color: #31932C; }
a { background-color: rgb(49,147,44); }
div.DivClassName
{
background-color: #31932C;
}
.BgClassName
{
background-color: #31932C;
}
</style>
border-color css
<style>
span { border-color: #31932C; }
span { border-color: rgb(49,147,44); }
td.TdClassName
{
border-color: #31932C;
}
.TagClassName
{
border-color: #31932C;
}
</style>