Shades of Forest Green #319C2D
Tints of Forest Green #319C2D
RGB
CMYK
RGB Variations
Color information
#319C2D (or 0x319C2D) is known color: Forest Green. HEX triplet: 31, 9C and 2D. RGB value is (49,156,45). Sum of RGB (Red+Green+Blue) = 49+156+45=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 156 (61.33% from 255 or 62.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 156 - color contains mainly: green. Hex color #319C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C2D is #CE63D2. Grayscale: #6F6F6F. Windows color (decimal): -13525971 or 2989105. OLE color: 2989105.
HSL color Cylindrical-coordinate representation of color #319C2D: hue angle of 117.84º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #319C2D is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 45 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.39 |
| HSL | 117.84º | 0.55% | 0.39% | - |
| HSV(B) | 117.84º | 0.71% | 0.61% | - |
| XYZ | 13.63 | 24.62 | 6.52 | - |
| YUV | 111.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 45 | 0.69 | 0 | 0.71 | 0.39 | 117.84 | 0.55 | 0.39 |
| Hex | 31 | 9C | 2D | 45 | 0 | 47 | 27 | 76 | 37 | 27 |
| Octal | 61 | 234 | 55 | 105 | 0 | 107 | 47 | 166 | 67 | 47 |
| Binary | 110001 | 10011100 | 101101 | 1000101 | 0 | 1000111 | 100111 | 1110110 | 110111 | 100111 |
Color Harmonies of #319C2D
Complementary color
Monochromatic Colors of #319C2D
Black with #319C2D
Text Example
Text Example
White with #319C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C2D; }
p { color: rgb(49,156,45); }
H1.HeaderClassName
{
color: #319C2D;
}
.AnyTagClassName
{
color: #319C2D;
}
</style>
background-color css
<style>
a { background-color: #319C2D; }
a { background-color: rgb(49,156,45); }
div.DivClassName
{
background-color: #319C2D;
}
.BgClassName
{
background-color: #319C2D;
}
</style>
border-color css
<style>
span { border-color: #319C2D; }
span { border-color: rgb(49,156,45); }
td.TdClassName
{
border-color: #319C2D;
}
.TagClassName
{
border-color: #319C2D;
}
</style>