Shades of Forest Green #309A25
Tints of Forest Green #309A25
RGB
CMYK
RGB Variations
Color information
#309A25 (or 0x309A25) is known color: Forest Green. HEX triplet: 30, 9A and 25. RGB value is (48,154,37). Sum of RGB (Red+Green+Blue) = 48+154+37=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 154 (60.55% from 255 or 64.44% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 154 - color contains mainly: green. Hex color #309A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309A25 is #CF65DA. Grayscale: #6D6D6D. Windows color (decimal): -13592027 or 2464304. OLE color: 2464304.
HSL color Cylindrical-coordinate representation of color #309A25: hue angle of 114.36º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309A25 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 37 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.40 |
| HSL | 114.36º | 0.61% | 0.37% | - |
| HSV(B) | 114.36º | 0.76% | 0.6% | - |
| XYZ | 13.11 | 23.87 | 5.67 | - |
| YUV | 108.97 | 87.38 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 37 | 0.69 | 0 | 0.76 | 0.40 | 114.36 | 0.61 | 0.37 |
| Hex | 30 | 9A | 25 | 45 | 0 | 4C | 28 | 72 | 3D | 25 |
| Octal | 60 | 232 | 45 | 105 | 0 | 114 | 50 | 162 | 75 | 45 |
| Binary | 110000 | 10011010 | 100101 | 1000101 | 0 | 1001100 | 101000 | 1110010 | 111101 | 100101 |
Color Harmonies of #309A25
Complementary color
Monochromatic Colors of #309A25
Black with #309A25
Text Example
Text Example
White with #309A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A25; }
p { color: rgb(48,154,37); }
H1.HeaderClassName
{
color: #309A25;
}
.AnyTagClassName
{
color: #309A25;
}
</style>
background-color css
<style>
a { background-color: #309A25; }
a { background-color: rgb(48,154,37); }
div.DivClassName
{
background-color: #309A25;
}
.BgClassName
{
background-color: #309A25;
}
</style>
border-color css
<style>
span { border-color: #309A25; }
span { border-color: rgb(48,154,37); }
td.TdClassName
{
border-color: #309A25;
}
.TagClassName
{
border-color: #309A25;
}
</style>