Shades of Forest Green #31922F
Tints of Forest Green #31922F
RGB
CMYK
RGB Variations
Color information
#31922F (or 0x31922F) is known color: Forest Green. HEX triplet: 31, 92 and 2F. RGB value is (49,146,47). Sum of RGB (Red+Green+Blue) = 49+146+47=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #31922F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31922F is #CE6DD0. Grayscale: #6A6A6A. Windows color (decimal): -13528529 or 3117617. OLE color: 3117617.
HSL color Cylindrical-coordinate representation of color #31922F: hue angle of 118.79º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31922F is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 146 | 47 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.43 |
| HSL | 118.79º | 0.51% | 0.38% | - |
| HSV(B) | 118.79º | 0.68% | 0.57% | - |
| XYZ | 12.06 | 21.42 | 6.19 | - |
| YUV | 105.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 47 | 0.66 | 0 | 0.68 | 0.43 | 118.79 | 0.51 | 0.38 |
| Hex | 31 | 92 | 2F | 42 | 0 | 44 | 2B | 77 | 33 | 26 |
| Octal | 61 | 222 | 57 | 102 | 0 | 104 | 53 | 167 | 63 | 46 |
| Binary | 110001 | 10010010 | 101111 | 1000010 | 0 | 1000100 | 101011 | 1110111 | 110011 | 100110 |
Color Harmonies of #31922F
Complementary color
Monochromatic Colors of #31922F
Black with #31922F
Text Example
Text Example
White with #31922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31922F; }
p { color: rgb(49,146,47); }
H1.HeaderClassName
{
color: #31922F;
}
.AnyTagClassName
{
color: #31922F;
}
</style>
background-color css
<style>
a { background-color: #31922F; }
a { background-color: rgb(49,146,47); }
div.DivClassName
{
background-color: #31922F;
}
.BgClassName
{
background-color: #31922F;
}
</style>
border-color css
<style>
span { border-color: #31922F; }
span { border-color: rgb(49,146,47); }
td.TdClassName
{
border-color: #31922F;
}
.TagClassName
{
border-color: #31922F;
}
</style>