Shades of Forest Green #309525
Tints of Forest Green #309525
RGB
CMYK
RGB Variations
Color information
#309525 (or 0x309525) is known color: Forest Green. HEX triplet: 30, 95 and 25. RGB value is (48,149,37). Sum of RGB (Red+Green+Blue) = 48+149+37=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #309525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309525 is #CF6ADA. Grayscale: #6A6A6A. Windows color (decimal): -13593307 or 2463024. OLE color: 2463024.
HSL color Cylindrical-coordinate representation of color #309525: hue angle of 114.11º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #309525 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 37 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.42 |
| HSL | 114.11º | 0.6% | 0.36% | - |
| HSV(B) | 114.11º | 0.75% | 0.58% | - |
| XYZ | 12.3 | 22.26 | 5.4 | - |
| YUV | 106.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 37 | 0.68 | 0 | 0.75 | 0.42 | 114.11 | 0.6 | 0.36 |
| Hex | 30 | 95 | 25 | 44 | 0 | 4B | 2A | 72 | 3C | 24 |
| Octal | 60 | 225 | 45 | 104 | 0 | 113 | 52 | 162 | 74 | 44 |
| Binary | 110000 | 10010101 | 100101 | 1000100 | 0 | 1001011 | 101010 | 1110010 | 111100 | 100100 |
Color Harmonies of #309525
Complementary color
Monochromatic Colors of #309525
Black with #309525
Text Example
Text Example
White with #309525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309525; }
p { color: rgb(48,149,37); }
H1.HeaderClassName
{
color: #309525;
}
.AnyTagClassName
{
color: #309525;
}
</style>
background-color css
<style>
a { background-color: #309525; }
a { background-color: rgb(48,149,37); }
div.DivClassName
{
background-color: #309525;
}
.BgClassName
{
background-color: #309525;
}
</style>
border-color css
<style>
span { border-color: #309525; }
span { border-color: rgb(48,149,37); }
td.TdClassName
{
border-color: #309525;
}
.TagClassName
{
border-color: #309525;
}
</style>