Shades of Forest Green #319C35
Tints of Forest Green #319C35
RGB
CMYK
RGB Variations
Color information
#319C35 (or 0x319C35) is known color: Forest Green. HEX triplet: 31, 9C and 35. RGB value is (49,156,53). Sum of RGB (Red+Green+Blue) = 49+156+53=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 156 (61.33% from 255 or 60.47% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 156 - color contains mainly: green. Hex color #319C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C35 is #CE63CA. Grayscale: #707070. Windows color (decimal): -13525963 or 3513393. OLE color: 3513393.
HSL color Cylindrical-coordinate representation of color #319C35: hue angle of 122.24º 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 #319C35 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 53 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.39 |
| HSL | 122.24º | 0.52% | 0.4% | - |
| HSV(B) | 122.24º | 0.69% | 0.61% | - |
| XYZ | 13.8 | 24.69 | 7.41 | - |
| YUV | 112.27 | 94.55 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 53 | 0.69 | 0 | 0.66 | 0.39 | 122.24 | 0.52 | 0.4 |
| Hex | 31 | 9C | 35 | 45 | 0 | 42 | 27 | 7A | 34 | 28 |
| Octal | 61 | 234 | 65 | 105 | 0 | 102 | 47 | 172 | 64 | 50 |
| Binary | 110001 | 10011100 | 110101 | 1000101 | 0 | 1000010 | 100111 | 1111010 | 110100 | 101000 |
Color Harmonies of #319C35
Complementary color
Monochromatic Colors of #319C35
Black with #319C35
Text Example
Text Example
White with #319C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C35; }
p { color: rgb(49,156,53); }
H1.HeaderClassName
{
color: #319C35;
}
.AnyTagClassName
{
color: #319C35;
}
</style>
background-color css
<style>
a { background-color: #319C35; }
a { background-color: rgb(49,156,53); }
div.DivClassName
{
background-color: #319C35;
}
.BgClassName
{
background-color: #319C35;
}
</style>
border-color css
<style>
span { border-color: #319C35; }
span { border-color: rgb(49,156,53); }
td.TdClassName
{
border-color: #319C35;
}
.TagClassName
{
border-color: #319C35;
}
</style>