Shades of Forest Green #309131
Tints of Forest Green #309131
RGB
CMYK
RGB Variations
Color information
#309131 (or 0x309131) is known color: Forest Green. HEX triplet: 30, 91 and 31. RGB value is (48,145,49). Sum of RGB (Red+Green+Blue) = 48+145+49=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #309131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309131 is #CF6ECE. Grayscale: #696969. Windows color (decimal): -13594319 or 3248432. OLE color: 3248432.
HSL color Cylindrical-coordinate representation of color #309131: hue angle of 120.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309131 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 49 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.43 |
| HSL | 120.62º | 0.5% | 0.38% | - |
| HSV(B) | 120.62º | 0.67% | 0.57% | - |
| XYZ | 11.9 | 21.1 | 6.35 | - |
| YUV | 105.05 | 96.36 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 49 | 0.67 | 0 | 0.66 | 0.43 | 120.62 | 0.5 | 0.38 |
| Hex | 30 | 91 | 31 | 43 | 0 | 42 | 2B | 79 | 32 | 26 |
| Octal | 60 | 221 | 61 | 103 | 0 | 102 | 53 | 171 | 62 | 46 |
| Binary | 110000 | 10010001 | 110001 | 1000011 | 0 | 1000010 | 101011 | 1111001 | 110010 | 100110 |
Color Harmonies of #309131
Complementary color
Monochromatic Colors of #309131
Black with #309131
Text Example
Text Example
White with #309131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309131; }
p { color: rgb(48,145,49); }
H1.HeaderClassName
{
color: #309131;
}
.AnyTagClassName
{
color: #309131;
}
</style>
background-color css
<style>
a { background-color: #309131; }
a { background-color: rgb(48,145,49); }
div.DivClassName
{
background-color: #309131;
}
.BgClassName
{
background-color: #309131;
}
</style>
border-color css
<style>
span { border-color: #309131; }
span { border-color: rgb(48,145,49); }
td.TdClassName
{
border-color: #309131;
}
.TagClassName
{
border-color: #309131;
}
</style>