Shades of Forest Green #319F34
Tints of Forest Green #319F34
RGB
CMYK
RGB Variations
Color information
#319F34 (or 0x319F34) is known color: Forest Green. HEX triplet: 31, 9F and 34. RGB value is (49,159,52). Sum of RGB (Red+Green+Blue) = 49+159+52=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 159 (62.5% from 255 or 61.15% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 159 - color contains mainly: green. Hex color #319F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F34 is #CE60CB. Grayscale: #727272. Windows color (decimal): -13525196 or 3448625. OLE color: 3448625.
HSL color Cylindrical-coordinate representation of color #319F34: hue angle of 121.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F34 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 159 | 52 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.38 |
| HSL | 121.64º | 0.53% | 0.41% | - |
| HSV(B) | 121.64º | 0.69% | 0.62% | - |
| XYZ | 14.28 | 25.7 | 7.46 | - |
| YUV | 113.91 | 93.06 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 52 | 0.69 | 0 | 0.67 | 0.38 | 121.64 | 0.53 | 0.41 |
| Hex | 31 | 9F | 34 | 45 | 0 | 43 | 26 | 7A | 35 | 29 |
| Octal | 61 | 237 | 64 | 105 | 0 | 103 | 46 | 172 | 65 | 51 |
| Binary | 110001 | 10011111 | 110100 | 1000101 | 0 | 1000011 | 100110 | 1111010 | 110101 | 101001 |
Color Harmonies of #319F34
Complementary color
Monochromatic Colors of #319F34
Black with #319F34
Text Example
Text Example
White with #319F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319F34; }
p { color: rgb(49,159,52); }
H1.HeaderClassName
{
color: #319F34;
}
.AnyTagClassName
{
color: #319F34;
}
</style>
background-color css
<style>
a { background-color: #319F34; }
a { background-color: rgb(49,159,52); }
div.DivClassName
{
background-color: #319F34;
}
.BgClassName
{
background-color: #319F34;
}
</style>
border-color css
<style>
span { border-color: #319F34; }
span { border-color: rgb(49,159,52); }
td.TdClassName
{
border-color: #319F34;
}
.TagClassName
{
border-color: #319F34;
}
</style>