Shades of Forest Green #309122
Tints of Forest Green #309122
RGB
CMYK
RGB Variations
Color information
#309122 (or 0x309122) is known color: Forest Green. HEX triplet: 30, 91 and 22. RGB value is (48,145,34). Sum of RGB (Red+Green+Blue) = 48+145+34=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #309122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309122 is #CF6EDD. Grayscale: #676767. Windows color (decimal): -13594334 or 2265392. OLE color: 2265392.
HSL color Cylindrical-coordinate representation of color #309122: hue angle of 112.43º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309122 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 34 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.43 |
| HSL | 112.43º | 0.62% | 0.35% | - |
| HSV(B) | 112.43º | 0.77% | 0.57% | - |
| XYZ | 11.63 | 20.99 | 4.95 | - |
| YUV | 103.34 | 88.86 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 34 | 0.67 | 0 | 0.77 | 0.43 | 112.43 | 0.62 | 0.35 |
| Hex | 30 | 91 | 22 | 43 | 0 | 4D | 2B | 70 | 3E | 23 |
| Octal | 60 | 221 | 42 | 103 | 0 | 115 | 53 | 160 | 76 | 43 |
| Binary | 110000 | 10010001 | 100010 | 1000011 | 0 | 1001101 | 101011 | 1110000 | 111110 | 100011 |
Color Harmonies of #309122
Complementary color
Monochromatic Colors of #309122
Black with #309122
Text Example
Text Example
White with #309122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309122; }
p { color: rgb(48,145,34); }
H1.HeaderClassName
{
color: #309122;
}
.AnyTagClassName
{
color: #309122;
}
</style>
background-color css
<style>
a { background-color: #309122; }
a { background-color: rgb(48,145,34); }
div.DivClassName
{
background-color: #309122;
}
.BgClassName
{
background-color: #309122;
}
</style>
border-color css
<style>
span { border-color: #309122; }
span { border-color: rgb(48,145,34); }
td.TdClassName
{
border-color: #309122;
}
.TagClassName
{
border-color: #309122;
}
</style>