Shades of Forest Green #319A28
Tints of Forest Green #319A28
RGB
CMYK
RGB Variations
Color information
#319A28 (or 0x319A28) is known color: Forest Green. HEX triplet: 31, 9A and 28. RGB value is (49,154,40). Sum of RGB (Red+Green+Blue) = 49+154+40=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #319A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319A28 is #CE65D7. Grayscale: #6D6D6D. Windows color (decimal): -13526488 or 2660913. OLE color: 2660913.
HSL color Cylindrical-coordinate representation of color #319A28: hue angle of 115.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319A28 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 154 | 40 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.40 |
| HSL | 115.26º | 0.59% | 0.38% | - |
| HSV(B) | 115.26º | 0.74% | 0.6% | - |
| XYZ | 13.21 | 23.92 | 5.93 | - |
| YUV | 109.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 154 | 40 | 0.68 | 0 | 0.74 | 0.40 | 115.26 | 0.59 | 0.38 |
| Hex | 31 | 9A | 28 | 44 | 0 | 4A | 28 | 73 | 3B | 26 |
| Octal | 61 | 232 | 50 | 104 | 0 | 112 | 50 | 163 | 73 | 46 |
| Binary | 110001 | 10011010 | 101000 | 1000100 | 0 | 1001010 | 101000 | 1110011 | 111011 | 100110 |
Color Harmonies of #319A28
Complementary color
Monochromatic Colors of #319A28
Black with #319A28
Text Example
Text Example
White with #319A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319A28; }
p { color: rgb(49,154,40); }
H1.HeaderClassName
{
color: #319A28;
}
.AnyTagClassName
{
color: #319A28;
}
</style>
background-color css
<style>
a { background-color: #319A28; }
a { background-color: rgb(49,154,40); }
div.DivClassName
{
background-color: #319A28;
}
.BgClassName
{
background-color: #319A28;
}
</style>
border-color css
<style>
span { border-color: #319A28; }
span { border-color: rgb(49,154,40); }
td.TdClassName
{
border-color: #319A28;
}
.TagClassName
{
border-color: #319A28;
}
</style>