Shades of Forest Green #319A10
Tints of Forest Green #319A10
RGB
CMYK
RGB Variations
Color information
#319A10 (or 0x319A10) is known color: Forest Green. HEX triplet: 31, 9A and 10. RGB value is (49,154,16). Sum of RGB (Red+Green+Blue) = 49+154+16=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 154 (60.55% from 255 or 70.32% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 154 - color contains mainly: green. Hex color #319A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319A10 is #CE65EF. Grayscale: #6B6B6B. Windows color (decimal): -13526512 or 1088049. OLE color: 1088049.
HSL color Cylindrical-coordinate representation of color #319A10: hue angle of 105.65º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #319A10 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 16 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.40 |
| HSL | 105.65º | 0.81% | 0.33% | - |
| HSV(B) | 105.65º | 0.9% | 0.6% | - |
| XYZ | 12.92 | 23.8 | 4.4 | - |
| YUV | 106.87 | 76.71 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 16 | 0.68 | 0 | 0.90 | 0.40 | 105.65 | 0.81 | 0.33 |
| Hex | 31 | 9A | 10 | 44 | 0 | 5A | 28 | 6A | 51 | 21 |
| Octal | 61 | 232 | 20 | 104 | 0 | 132 | 50 | 152 | 121 | 41 |
| Binary | 110001 | 10011010 | 10000 | 1000100 | 0 | 1011010 | 101000 | 1101010 | 1010001 | 100001 |
Color Harmonies of #319A10
Complementary color
Monochromatic Colors of #319A10
Black with #319A10
Text Example
Text Example
White with #319A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A10; }
p { color: rgb(49,154,16); }
H1.HeaderClassName
{
color: #319A10;
}
.AnyTagClassName
{
color: #319A10;
}
</style>
background-color css
<style>
a { background-color: #319A10; }
a { background-color: rgb(49,154,16); }
div.DivClassName
{
background-color: #319A10;
}
.BgClassName
{
background-color: #319A10;
}
</style>
border-color css
<style>
span { border-color: #319A10; }
span { border-color: rgb(49,154,16); }
td.TdClassName
{
border-color: #319A10;
}
.TagClassName
{
border-color: #319A10;
}
</style>