Shades of Forest Green #309F2E
Tints of Forest Green #309F2E
RGB
CMYK
RGB Variations
Color information
#309F2E (or 0x309F2E) is known color: Forest Green. HEX triplet: 30, 9F and 2E. RGB value is (48,159,46). Sum of RGB (Red+Green+Blue) = 48+159+46=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 159 (62.5% from 255 or 62.85% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 159 - color contains mainly: green. Hex color #309F2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309F2E is #CF60D1. Grayscale: #717171. Windows color (decimal): -13590738 or 3055408. OLE color: 3055408.
HSL color Cylindrical-coordinate representation of color #309F2E: hue angle of 118.94º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #309F2E is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 159 | 46 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.38 |
| HSL | 118.94º | 0.55% | 0.4% | - |
| HSV(B) | 118.94º | 0.71% | 0.62% | - |
| XYZ | 14.11 | 25.62 | 6.79 | - |
| YUV | 112.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 46 | 0.70 | 0 | 0.71 | 0.38 | 118.94 | 0.55 | 0.4 |
| Hex | 30 | 9F | 2E | 46 | 0 | 47 | 26 | 77 | 37 | 28 |
| Octal | 60 | 237 | 56 | 106 | 0 | 107 | 46 | 167 | 67 | 50 |
| Binary | 110000 | 10011111 | 101110 | 1000110 | 0 | 1000111 | 100110 | 1110111 | 110111 | 101000 |
Color Harmonies of #309F2E
Complementary color
Monochromatic Colors of #309F2E
Black with #309F2E
Text Example
Text Example
White with #309F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309F2E; }
p { color: rgb(48,159,46); }
H1.HeaderClassName
{
color: #309F2E;
}
.AnyTagClassName
{
color: #309F2E;
}
</style>
background-color css
<style>
a { background-color: #309F2E; }
a { background-color: rgb(48,159,46); }
div.DivClassName
{
background-color: #309F2E;
}
.BgClassName
{
background-color: #309F2E;
}
</style>
border-color css
<style>
span { border-color: #309F2E; }
span { border-color: rgb(48,159,46); }
td.TdClassName
{
border-color: #309F2E;
}
.TagClassName
{
border-color: #309F2E;
}
</style>