Shades of Forest Green #309F12
Tints of Forest Green #309F12
RGB
CMYK
RGB Variations
Color information
#309F12 (or 0x309F12) is known color: Forest Green. HEX triplet: 30, 9F and 12. RGB value is (48,159,18). Sum of RGB (Red+Green+Blue) = 48+159+18=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 159 (62.5% from 255 or 70.67% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 159 - color contains mainly: green. Hex color #309F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309F12 is #CF60ED. Grayscale: #6E6E6E. Windows color (decimal): -13590766 or 1220400. OLE color: 1220400.
HSL color Cylindrical-coordinate representation of color #309F12: hue angle of 107.23º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #309F12 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 159 | 18 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.38 |
| HSL | 107.23º | 0.8% | 0.35% | - |
| HSV(B) | 107.23º | 0.89% | 0.62% | - |
| XYZ | 13.73 | 25.47 | 4.76 | - |
| YUV | 109.74 | 76.23 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 18 | 0.70 | 0 | 0.89 | 0.38 | 107.23 | 0.8 | 0.35 |
| Hex | 30 | 9F | 12 | 46 | 0 | 59 | 26 | 6B | 50 | 23 |
| Octal | 60 | 237 | 22 | 106 | 0 | 131 | 46 | 153 | 120 | 43 |
| Binary | 110000 | 10011111 | 10010 | 1000110 | 0 | 1011001 | 100110 | 1101011 | 1010000 | 100011 |
Color Harmonies of #309F12
Complementary color
Monochromatic Colors of #309F12
Black with #309F12
Text Example
Text Example
White with #309F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309F12; }
p { color: rgb(48,159,18); }
H1.HeaderClassName
{
color: #309F12;
}
.AnyTagClassName
{
color: #309F12;
}
</style>
background-color css
<style>
a { background-color: #309F12; }
a { background-color: rgb(48,159,18); }
div.DivClassName
{
background-color: #309F12;
}
.BgClassName
{
background-color: #309F12;
}
</style>
border-color css
<style>
span { border-color: #309F12; }
span { border-color: rgb(48,159,18); }
td.TdClassName
{
border-color: #309F12;
}
.TagClassName
{
border-color: #309F12;
}
</style>