Shades of Forest Green #319C34
Tints of Forest Green #319C34
RGB
CMYK
RGB Variations
Color information
#319C34 (or 0x319C34) is known color: Forest Green. HEX triplet: 31, 9C and 34. RGB value is (49,156,52). Sum of RGB (Red+Green+Blue) = 49+156+52=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 156 (61.33% from 255 or 60.70% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 156 - color contains mainly: green. Hex color #319C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C34 is #CE63CB. Grayscale: #707070. Windows color (decimal): -13525964 or 3447857. OLE color: 3447857.
HSL color Cylindrical-coordinate representation of color #319C34: hue angle of 121.68º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C34 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 52 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.39 |
| HSL | 121.68º | 0.52% | 0.4% | - |
| HSV(B) | 121.68º | 0.69% | 0.61% | - |
| XYZ | 13.77 | 24.68 | 7.29 | - |
| YUV | 112.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 52 | 0.69 | 0 | 0.67 | 0.39 | 121.68 | 0.52 | 0.4 |
| Hex | 31 | 9C | 34 | 45 | 0 | 43 | 27 | 7A | 34 | 28 |
| Octal | 61 | 234 | 64 | 105 | 0 | 103 | 47 | 172 | 64 | 50 |
| Binary | 110001 | 10011100 | 110100 | 1000101 | 0 | 1000011 | 100111 | 1111010 | 110100 | 101000 |
Color Harmonies of #319C34
Complementary color
Monochromatic Colors of #319C34
Black with #319C34
Text Example
Text Example
White with #319C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C34; }
p { color: rgb(49,156,52); }
H1.HeaderClassName
{
color: #319C34;
}
.AnyTagClassName
{
color: #319C34;
}
</style>
background-color css
<style>
a { background-color: #319C34; }
a { background-color: rgb(49,156,52); }
div.DivClassName
{
background-color: #319C34;
}
.BgClassName
{
background-color: #319C34;
}
</style>
border-color css
<style>
span { border-color: #319C34; }
span { border-color: rgb(49,156,52); }
td.TdClassName
{
border-color: #319C34;
}
.TagClassName
{
border-color: #319C34;
}
</style>