Shades of Forest Green #31892F
Tints of Forest Green #31892F
RGB
CMYK
RGB Variations
Color information
#31892F (or 0x31892F) is known color: Forest Green. HEX triplet: 31, 89 and 2F. RGB value is (49,137,47). Sum of RGB (Red+Green+Blue) = 49+137+47=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #31892F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31892F is #CE76D0. Grayscale: #646464. Windows color (decimal): -13530833 or 3115313. OLE color: 3115313.
HSL color Cylindrical-coordinate representation of color #31892F: hue angle of 118.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31892F is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 47 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.46 |
| HSL | 118.67º | 0.49% | 0.36% | - |
| HSV(B) | 118.67º | 0.66% | 0.54% | - |
| XYZ | 10.73 | 18.75 | 5.74 | - |
| YUV | 100.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 47 | 0.64 | 0 | 0.66 | 0.46 | 118.67 | 0.49 | 0.36 |
| Hex | 31 | 89 | 2F | 40 | 0 | 42 | 2E | 77 | 31 | 24 |
| Octal | 61 | 211 | 57 | 100 | 0 | 102 | 56 | 167 | 61 | 44 |
| Binary | 110001 | 10001001 | 101111 | 1000000 | 0 | 1000010 | 101110 | 1110111 | 110001 | 100100 |
Color Harmonies of #31892F
Complementary color
Monochromatic Colors of #31892F
Black with #31892F
Text Example
Text Example
White with #31892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31892F; }
p { color: rgb(49,137,47); }
H1.HeaderClassName
{
color: #31892F;
}
.AnyTagClassName
{
color: #31892F;
}
</style>
background-color css
<style>
a { background-color: #31892F; }
a { background-color: rgb(49,137,47); }
div.DivClassName
{
background-color: #31892F;
}
.BgClassName
{
background-color: #31892F;
}
</style>
border-color css
<style>
span { border-color: #31892F; }
span { border-color: rgb(49,137,47); }
td.TdClassName
{
border-color: #31892F;
}
.TagClassName
{
border-color: #31892F;
}
</style>