Shades of Forest Green #319333
Tints of Forest Green #319333
RGB
CMYK
RGB Variations
Color information
#319333 (or 0x319333) is known color: Forest Green. HEX triplet: 31, 93 and 33. RGB value is (49,147,51). Sum of RGB (Red+Green+Blue) = 49+147+51=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #319333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319333 is #CE6CCC. Grayscale: #6B6B6B. Windows color (decimal): -13528269 or 3380017. OLE color: 3380017.
HSL color Cylindrical-coordinate representation of color #319333: hue angle of 121.22º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319333 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 147 | 51 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.42 |
| HSL | 121.22º | 0.5% | 0.38% | - |
| HSV(B) | 121.22º | 0.67% | 0.58% | - |
| XYZ | 12.3 | 21.76 | 6.68 | - |
| YUV | 106.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 51 | 0.67 | 0 | 0.65 | 0.42 | 121.22 | 0.5 | 0.38 |
| Hex | 31 | 93 | 33 | 43 | 0 | 41 | 2A | 79 | 32 | 26 |
| Octal | 61 | 223 | 63 | 103 | 0 | 101 | 52 | 171 | 62 | 46 |
| Binary | 110001 | 10010011 | 110011 | 1000011 | 0 | 1000001 | 101010 | 1111001 | 110010 | 100110 |
Color Harmonies of #319333
Complementary color
Monochromatic Colors of #319333
Black with #319333
Text Example
Text Example
White with #319333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319333; }
p { color: rgb(49,147,51); }
H1.HeaderClassName
{
color: #319333;
}
.AnyTagClassName
{
color: #319333;
}
</style>
background-color css
<style>
a { background-color: #319333; }
a { background-color: rgb(49,147,51); }
div.DivClassName
{
background-color: #319333;
}
.BgClassName
{
background-color: #319333;
}
</style>
border-color css
<style>
span { border-color: #319333; }
span { border-color: rgb(49,147,51); }
td.TdClassName
{
border-color: #319333;
}
.TagClassName
{
border-color: #319333;
}
</style>