Shades of Forest Green #31A32B
Tints of Forest Green #31A32B
RGB
CMYK
RGB Variations
Color information
#31A32B (or 0x31A32B) is known color: Forest Green. HEX triplet: 31, A3 and 2B. RGB value is (49,163,43). Sum of RGB (Red+Green+Blue) = 49+163+43=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #31A32B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A32B is #CE5CD4. Grayscale: #737373. Windows color (decimal): -13524181 or 2859825. OLE color: 2859825.
HSL color Cylindrical-coordinate representation of color #31A32B: hue angle of 117º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A32B is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 163 | 43 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.36 |
| HSL | 117º | 0.58% | 0.4% | - |
| HSV(B) | 117º | 0.74% | 0.64% | - |
| XYZ | 14.8 | 27.02 | 6.72 | - |
| YUV | 115.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 43 | 0.70 | 0 | 0.74 | 0.36 | 117 | 0.58 | 0.4 |
| Hex | 31 | A3 | 2B | 46 | 0 | 4A | 24 | 75 | 3A | 28 |
| Octal | 61 | 243 | 53 | 106 | 0 | 112 | 44 | 165 | 72 | 50 |
| Binary | 110001 | 10100011 | 101011 | 1000110 | 0 | 1001010 | 100100 | 1110101 | 111010 | 101000 |
Color Harmonies of #31A32B
Complementary color
Monochromatic Colors of #31A32B
Black with #31A32B
Text Example
Text Example
White with #31A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A32B; }
p { color: rgb(49,163,43); }
H1.HeaderClassName
{
color: #31A32B;
}
.AnyTagClassName
{
color: #31A32B;
}
</style>
background-color css
<style>
a { background-color: #31A32B; }
a { background-color: rgb(49,163,43); }
div.DivClassName
{
background-color: #31A32B;
}
.BgClassName
{
background-color: #31A32B;
}
</style>
border-color css
<style>
span { border-color: #31A32B; }
span { border-color: rgb(49,163,43); }
td.TdClassName
{
border-color: #31A32B;
}
.TagClassName
{
border-color: #31A32B;
}
</style>