Shades of Forest Green #319A0E
Tints of Forest Green #319A0E
RGB
CMYK
RGB Variations
Color information
#319A0E (or 0x319A0E) is known color: Forest Green. HEX triplet: 31, 9A and 0E. RGB value is (49,154,14). Sum of RGB (Red+Green+Blue) = 49+154+14=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 154 (60.55% from 255 or 70.97% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 154 - color contains mainly: green. Hex color #319A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319A0E is #CE65F1. Grayscale: #6B6B6B. Windows color (decimal): -13526514 or 956977. OLE color: 956977.
HSL color Cylindrical-coordinate representation of color #319A0E: hue angle of 105º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #319A0E is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 14 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.40 |
| HSL | 105º | 0.83% | 0.33% | - |
| HSV(B) | 105º | 0.91% | 0.6% | - |
| XYZ | 12.9 | 23.8 | 4.33 | - |
| YUV | 106.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 14 | 0.68 | 0 | 0.91 | 0.40 | 105 | 0.83 | 0.33 |
| Hex | 31 | 9A | E | 44 | 0 | 5B | 28 | 69 | 53 | 21 |
| Octal | 61 | 232 | 16 | 104 | 0 | 133 | 50 | 151 | 123 | 41 |
| Binary | 110001 | 10011010 | 1110 | 1000100 | 0 | 1011011 | 101000 | 1101001 | 1010011 | 100001 |
Color Harmonies of #319A0E
Complementary color
Monochromatic Colors of #319A0E
Black with #319A0E
Text Example
Text Example
White with #319A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A0E; }
p { color: rgb(49,154,14); }
H1.HeaderClassName
{
color: #319A0E;
}
.AnyTagClassName
{
color: #319A0E;
}
</style>
background-color css
<style>
a { background-color: #319A0E; }
a { background-color: rgb(49,154,14); }
div.DivClassName
{
background-color: #319A0E;
}
.BgClassName
{
background-color: #319A0E;
}
</style>
border-color css
<style>
span { border-color: #319A0E; }
span { border-color: rgb(49,154,14); }
td.TdClassName
{
border-color: #319A0E;
}
.TagClassName
{
border-color: #319A0E;
}
</style>