Shades of Forest Green #31992B
Tints of Forest Green #31992B
RGB
CMYK
RGB Variations
Color information
#31992B (or 0x31992B) is known color: Forest Green. HEX triplet: 31, 99 and 2B. RGB value is (49,153,43). Sum of RGB (Red+Green+Blue) = 49+153+43=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #31992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31992B is #CE66D4. Grayscale: #6D6D6D. Windows color (decimal): -13526741 or 2857265. OLE color: 2857265.
HSL color Cylindrical-coordinate representation of color #31992B: hue angle of 116.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31992B is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 43 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.4 |
| HSL | 116.73º | 0.56% | 0.38% | - |
| HSV(B) | 116.73º | 0.72% | 0.6% | - |
| XYZ | 13.09 | 23.61 | 6.15 | - |
| YUV | 109.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 43 | 0.68 | 0 | 0.72 | 0.4 | 116.73 | 0.56 | 0.38 |
| Hex | 31 | 99 | 2B | 44 | 0 | 48 | 28 | 75 | 38 | 26 |
| Octal | 61 | 231 | 53 | 104 | 0 | 110 | 50 | 165 | 70 | 46 |
| Binary | 110001 | 10011001 | 101011 | 1000100 | 0 | 1001000 | 101000 | 1110101 | 111000 | 100110 |
Color Harmonies of #31992B
Complementary color
Monochromatic Colors of #31992B
Black with #31992B
Text Example
Text Example
White with #31992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31992B; }
p { color: rgb(49,153,43); }
H1.HeaderClassName
{
color: #31992B;
}
.AnyTagClassName
{
color: #31992B;
}
</style>
background-color css
<style>
a { background-color: #31992B; }
a { background-color: rgb(49,153,43); }
div.DivClassName
{
background-color: #31992B;
}
.BgClassName
{
background-color: #31992B;
}
</style>
border-color css
<style>
span { border-color: #31992B; }
span { border-color: rgb(49,153,43); }
td.TdClassName
{
border-color: #31992B;
}
.TagClassName
{
border-color: #31992B;
}
</style>