Shades of Forest Green #31990F
Tints of Forest Green #31990F
RGB
CMYK
RGB Variations
Color information
#31990F (or 0x31990F) is known color: Forest Green. HEX triplet: 31, 99 and 0F. RGB value is (49,153,15). Sum of RGB (Red+Green+Blue) = 49+153+15=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #31990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31990F is #CE66F0. Grayscale: #6A6A6A. Windows color (decimal): -13526769 or 1022257. OLE color: 1022257.
HSL color Cylindrical-coordinate representation of color #31990F: hue angle of 105.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31990F is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 15 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.4 |
| HSL | 105.22º | 0.82% | 0.33% | - |
| HSV(B) | 105.22º | 0.9% | 0.6% | - |
| XYZ | 12.74 | 23.47 | 4.31 | - |
| YUV | 106.17 | 76.54 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 15 | 0.68 | 0 | 0.90 | 0.4 | 105.22 | 0.82 | 0.33 |
| Hex | 31 | 99 | F | 44 | 0 | 5A | 28 | 69 | 52 | 21 |
| Octal | 61 | 231 | 17 | 104 | 0 | 132 | 50 | 151 | 122 | 41 |
| Binary | 110001 | 10011001 | 1111 | 1000100 | 0 | 1011010 | 101000 | 1101001 | 1010010 | 100001 |
Color Harmonies of #31990F
Complementary color
Monochromatic Colors of #31990F
Black with #31990F
Text Example
Text Example
White with #31990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31990F; }
p { color: rgb(49,153,15); }
H1.HeaderClassName
{
color: #31990F;
}
.AnyTagClassName
{
color: #31990F;
}
</style>
background-color css
<style>
a { background-color: #31990F; }
a { background-color: rgb(49,153,15); }
div.DivClassName
{
background-color: #31990F;
}
.BgClassName
{
background-color: #31990F;
}
</style>
border-color css
<style>
span { border-color: #31990F; }
span { border-color: rgb(49,153,15); }
td.TdClassName
{
border-color: #31990F;
}
.TagClassName
{
border-color: #31990F;
}
</style>