Shades of Forest Green #309125
Tints of Forest Green #309125
RGB
CMYK
RGB Variations
Color information
#309125 (or 0x309125) is known color: Forest Green. HEX triplet: 30, 91 and 25. RGB value is (48,145,37). Sum of RGB (Red+Green+Blue) = 48+145+37=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #309125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309125 is #CF6EDA. Grayscale: #686868. Windows color (decimal): -13594331 or 2462000. OLE color: 2462000.
HSL color Cylindrical-coordinate representation of color #309125: hue angle of 113.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309125 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 37 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.43 |
| HSL | 113.89º | 0.59% | 0.36% | - |
| HSV(B) | 113.89º | 0.74% | 0.57% | - |
| XYZ | 11.68 | 21.01 | 5.19 | - |
| YUV | 103.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 37 | 0.67 | 0 | 0.74 | 0.43 | 113.89 | 0.59 | 0.36 |
| Hex | 30 | 91 | 25 | 43 | 0 | 4A | 2B | 72 | 3B | 24 |
| Octal | 60 | 221 | 45 | 103 | 0 | 112 | 53 | 162 | 73 | 44 |
| Binary | 110000 | 10010001 | 100101 | 1000011 | 0 | 1001010 | 101011 | 1110010 | 111011 | 100100 |
Color Harmonies of #309125
Complementary color
Monochromatic Colors of #309125
Black with #309125
Text Example
Text Example
White with #309125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309125; }
p { color: rgb(48,145,37); }
H1.HeaderClassName
{
color: #309125;
}
.AnyTagClassName
{
color: #309125;
}
</style>
background-color css
<style>
a { background-color: #309125; }
a { background-color: rgb(48,145,37); }
div.DivClassName
{
background-color: #309125;
}
.BgClassName
{
background-color: #309125;
}
</style>
border-color css
<style>
span { border-color: #309125; }
span { border-color: rgb(48,145,37); }
td.TdClassName
{
border-color: #309125;
}
.TagClassName
{
border-color: #309125;
}
</style>