Shades of Forest Green #31892C
Tints of Forest Green #31892C
RGB
CMYK
RGB Variations
Color information
#31892C (or 0x31892C) is known color: Forest Green. HEX triplet: 31, 89 and 2C. RGB value is (49,137,44). Sum of RGB (Red+Green+Blue) = 49+137+44=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #31892C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31892C is #CE76D3. Grayscale: #646464. Windows color (decimal): -13530836 or 2918705. OLE color: 2918705.
HSL color Cylindrical-coordinate representation of color #31892C: hue angle of 116.77º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31892C is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 44 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.46 |
| HSL | 116.77º | 0.51% | 0.35% | - |
| HSV(B) | 116.77º | 0.68% | 0.54% | - |
| XYZ | 10.67 | 18.73 | 5.44 | - |
| YUV | 100.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 44 | 0.64 | 0 | 0.68 | 0.46 | 116.77 | 0.51 | 0.35 |
| Hex | 31 | 89 | 2C | 40 | 0 | 44 | 2E | 75 | 33 | 23 |
| Octal | 61 | 211 | 54 | 100 | 0 | 104 | 56 | 165 | 63 | 43 |
| Binary | 110001 | 10001001 | 101100 | 1000000 | 0 | 1000100 | 101110 | 1110101 | 110011 | 100011 |
Color Harmonies of #31892C
Complementary color
Monochromatic Colors of #31892C
Black with #31892C
Text Example
Text Example
White with #31892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31892C; }
p { color: rgb(49,137,44); }
H1.HeaderClassName
{
color: #31892C;
}
.AnyTagClassName
{
color: #31892C;
}
</style>
background-color css
<style>
a { background-color: #31892C; }
a { background-color: rgb(49,137,44); }
div.DivClassName
{
background-color: #31892C;
}
.BgClassName
{
background-color: #31892C;
}
</style>
border-color css
<style>
span { border-color: #31892C; }
span { border-color: rgb(49,137,44); }
td.TdClassName
{
border-color: #31892C;
}
.TagClassName
{
border-color: #31892C;
}
</style>