Shades of Forest Green #31972F
Tints of Forest Green #31972F
RGB
CMYK
RGB Variations
Color information
#31972F (or 0x31972F) is known color: Forest Green. HEX triplet: 31, 97 and 2F. RGB value is (49,151,47). Sum of RGB (Red+Green+Blue) = 49+151+47=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #31972F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31972F is #CE68D0. Grayscale: #6C6C6C. Windows color (decimal): -13527249 or 3118897. OLE color: 3118897.
HSL color Cylindrical-coordinate representation of color #31972F: hue angle of 118.85º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31972F is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 47 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.41 |
| HSL | 118.85º | 0.53% | 0.39% | - |
| HSV(B) | 118.85º | 0.69% | 0.59% | - |
| XYZ | 12.85 | 22.99 | 6.45 | - |
| YUV | 108.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 47 | 0.68 | 0 | 0.69 | 0.41 | 118.85 | 0.53 | 0.39 |
| Hex | 31 | 97 | 2F | 44 | 0 | 45 | 29 | 77 | 35 | 27 |
| Octal | 61 | 227 | 57 | 104 | 0 | 105 | 51 | 167 | 65 | 47 |
| Binary | 110001 | 10010111 | 101111 | 1000100 | 0 | 1000101 | 101001 | 1110111 | 110101 | 100111 |
Color Harmonies of #31972F
Complementary color
Monochromatic Colors of #31972F
Black with #31972F
Text Example
Text Example
White with #31972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31972F; }
p { color: rgb(49,151,47); }
H1.HeaderClassName
{
color: #31972F;
}
.AnyTagClassName
{
color: #31972F;
}
</style>
background-color css
<style>
a { background-color: #31972F; }
a { background-color: rgb(49,151,47); }
div.DivClassName
{
background-color: #31972F;
}
.BgClassName
{
background-color: #31972F;
}
</style>
border-color css
<style>
span { border-color: #31972F; }
span { border-color: rgb(49,151,47); }
td.TdClassName
{
border-color: #31972F;
}
.TagClassName
{
border-color: #31972F;
}
</style>