Shades of Forest Green #319A2D
Tints of Forest Green #319A2D
RGB
CMYK
RGB Variations
Color information
#319A2D (or 0x319A2D) is known color: Forest Green. HEX triplet: 31, 9A and 2D. RGB value is (49,154,45). Sum of RGB (Red+Green+Blue) = 49+154+45=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 154 (60.55% from 255 or 62.10% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 154 - color contains mainly: green. Hex color #319A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A2D is #CE65D2. Grayscale: #6E6E6E. Windows color (decimal): -13526483 or 2988593. OLE color: 2988593.
HSL color Cylindrical-coordinate representation of color #319A2D: hue angle of 117.8º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #319A2D is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 45 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.40 |
| HSL | 117.8º | 0.55% | 0.39% | - |
| HSV(B) | 117.8º | 0.71% | 0.6% | - |
| XYZ | 13.3 | 23.95 | 6.41 | - |
| YUV | 110.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 45 | 0.68 | 0 | 0.71 | 0.40 | 117.8 | 0.55 | 0.39 |
| Hex | 31 | 9A | 2D | 44 | 0 | 47 | 28 | 76 | 37 | 27 |
| Octal | 61 | 232 | 55 | 104 | 0 | 107 | 50 | 166 | 67 | 47 |
| Binary | 110001 | 10011010 | 101101 | 1000100 | 0 | 1000111 | 101000 | 1110110 | 110111 | 100111 |
Color Harmonies of #319A2D
Complementary color
Monochromatic Colors of #319A2D
Black with #319A2D
Text Example
Text Example
White with #319A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A2D; }
p { color: rgb(49,154,45); }
H1.HeaderClassName
{
color: #319A2D;
}
.AnyTagClassName
{
color: #319A2D;
}
</style>
background-color css
<style>
a { background-color: #319A2D; }
a { background-color: rgb(49,154,45); }
div.DivClassName
{
background-color: #319A2D;
}
.BgClassName
{
background-color: #319A2D;
}
</style>
border-color css
<style>
span { border-color: #319A2D; }
span { border-color: rgb(49,154,45); }
td.TdClassName
{
border-color: #319A2D;
}
.TagClassName
{
border-color: #319A2D;
}
</style>