Shades of Forest Green #319133
Tints of Forest Green #319133
RGB
CMYK
RGB Variations
Color information
#319133 (or 0x319133) is known color: Forest Green. HEX triplet: 31, 91 and 33. RGB value is (49,145,51). Sum of RGB (Red+Green+Blue) = 49+145+51=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #319133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319133 is #CE6ECC. Grayscale: #696969. Windows color (decimal): -13528781 or 3379505. OLE color: 3379505.
HSL color Cylindrical-coordinate representation of color #319133: hue angle of 121.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319133 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 145 | 51 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.43 |
| HSL | 121.25º | 0.49% | 0.38% | - |
| HSV(B) | 121.25º | 0.66% | 0.57% | - |
| XYZ | 11.99 | 21.14 | 6.58 | - |
| YUV | 105.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 51 | 0.66 | 0 | 0.65 | 0.43 | 121.25 | 0.49 | 0.38 |
| Hex | 31 | 91 | 33 | 42 | 0 | 41 | 2B | 79 | 31 | 26 |
| Octal | 61 | 221 | 63 | 102 | 0 | 101 | 53 | 171 | 61 | 46 |
| Binary | 110001 | 10010001 | 110011 | 1000010 | 0 | 1000001 | 101011 | 1111001 | 110001 | 100110 |
Color Harmonies of #319133
Complementary color
Monochromatic Colors of #319133
Black with #319133
Text Example
Text Example
White with #319133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319133; }
p { color: rgb(49,145,51); }
H1.HeaderClassName
{
color: #319133;
}
.AnyTagClassName
{
color: #319133;
}
</style>
background-color css
<style>
a { background-color: #319133; }
a { background-color: rgb(49,145,51); }
div.DivClassName
{
background-color: #319133;
}
.BgClassName
{
background-color: #319133;
}
</style>
border-color css
<style>
span { border-color: #319133; }
span { border-color: rgb(49,145,51); }
td.TdClassName
{
border-color: #319133;
}
.TagClassName
{
border-color: #319133;
}
</style>