Shades of Forest Green #319838
Tints of Forest Green #319838
RGB
CMYK
RGB Variations
Color information
#319838 (or 0x319838) is known color: Forest Green. HEX triplet: 31, 98 and 38. RGB value is (49,152,56). Sum of RGB (Red+Green+Blue) = 49+152+56=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #319838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319838 is #CE67C7. Grayscale: #6E6E6E. Windows color (decimal): -13526984 or 3708977. OLE color: 3708977.
HSL color Cylindrical-coordinate representation of color #319838: hue angle of 124.08º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319838 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 56 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.40 |
| HSL | 124.08º | 0.51% | 0.39% | - |
| HSV(B) | 124.08º | 0.68% | 0.6% | - |
| XYZ | 13.21 | 23.39 | 7.56 | - |
| YUV | 110.26 | 97.38 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 56 | 0.68 | 0 | 0.63 | 0.40 | 124.08 | 0.51 | 0.39 |
| Hex | 31 | 98 | 38 | 44 | 0 | 3F | 28 | 7C | 33 | 27 |
| Octal | 61 | 230 | 70 | 104 | 0 | 77 | 50 | 174 | 63 | 47 |
| Binary | 110001 | 10011000 | 111000 | 1000100 | 0 | 111111 | 101000 | 1111100 | 110011 | 100111 |
Color Harmonies of #319838
Complementary color
Monochromatic Colors of #319838
Black with #319838
Text Example
Text Example
White with #319838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319838; }
p { color: rgb(49,152,56); }
H1.HeaderClassName
{
color: #319838;
}
.AnyTagClassName
{
color: #319838;
}
</style>
background-color css
<style>
a { background-color: #319838; }
a { background-color: rgb(49,152,56); }
div.DivClassName
{
background-color: #319838;
}
.BgClassName
{
background-color: #319838;
}
</style>
border-color css
<style>
span { border-color: #319838; }
span { border-color: rgb(49,152,56); }
td.TdClassName
{
border-color: #319838;
}
.TagClassName
{
border-color: #319838;
}
</style>