Shades of Forest Green #319A1C
Tints of Forest Green #319A1C
RGB
CMYK
RGB Variations
Color information
#319A1C (or 0x319A1C) is known color: Forest Green. HEX triplet: 31, 9A and 1C. RGB value is (49,154,28). Sum of RGB (Red+Green+Blue) = 49+154+28=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 154 (60.55% from 255 or 66.67% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 154 - color contains mainly: green. Hex color #319A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A1C is #CE65E3. Grayscale: #6C6C6C. Windows color (decimal): -13526500 or 1874481. OLE color: 1874481.
HSL color Cylindrical-coordinate representation of color #319A1C: hue angle of 110º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #319A1C is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 28 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.40 |
| HSL | 110º | 0.69% | 0.36% | - |
| HSV(B) | 110º | 0.82% | 0.6% | - |
| XYZ | 13.03 | 23.85 | 5.01 | - |
| YUV | 108.24 | 82.71 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 28 | 0.68 | 0 | 0.82 | 0.40 | 110 | 0.69 | 0.36 |
| Hex | 31 | 9A | 1C | 44 | 0 | 52 | 28 | 6E | 45 | 24 |
| Octal | 61 | 232 | 34 | 104 | 0 | 122 | 50 | 156 | 105 | 44 |
| Binary | 110001 | 10011010 | 11100 | 1000100 | 0 | 1010010 | 101000 | 1101110 | 1000101 | 100100 |
Color Harmonies of #319A1C
Complementary color
Monochromatic Colors of #319A1C
Black with #319A1C
Text Example
Text Example
White with #319A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A1C; }
p { color: rgb(49,154,28); }
H1.HeaderClassName
{
color: #319A1C;
}
.AnyTagClassName
{
color: #319A1C;
}
</style>
background-color css
<style>
a { background-color: #319A1C; }
a { background-color: rgb(49,154,28); }
div.DivClassName
{
background-color: #319A1C;
}
.BgClassName
{
background-color: #319A1C;
}
</style>
border-color css
<style>
span { border-color: #319A1C; }
span { border-color: rgb(49,154,28); }
td.TdClassName
{
border-color: #319A1C;
}
.TagClassName
{
border-color: #319A1C;
}
</style>