Shades of Forest Green #309523
Tints of Forest Green #309523
RGB
CMYK
RGB Variations
Color information
#309523 (or 0x309523) is known color: Forest Green. HEX triplet: 30, 95 and 23. RGB value is (48,149,35). Sum of RGB (Red+Green+Blue) = 48+149+35=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #309523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309523 is #CF6ADC. Grayscale: #6A6A6A. Windows color (decimal): -13593309 or 2331952. OLE color: 2331952.
HSL color Cylindrical-coordinate representation of color #309523: hue angle of 113.16º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309523 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 35 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.42 |
| HSL | 113.16º | 0.62% | 0.36% | - |
| HSV(B) | 113.16º | 0.77% | 0.58% | - |
| XYZ | 12.27 | 22.24 | 5.24 | - |
| YUV | 105.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 35 | 0.68 | 0 | 0.77 | 0.42 | 113.16 | 0.62 | 0.36 |
| Hex | 30 | 95 | 23 | 44 | 0 | 4D | 2A | 71 | 3E | 24 |
| Octal | 60 | 225 | 43 | 104 | 0 | 115 | 52 | 161 | 76 | 44 |
| Binary | 110000 | 10010101 | 100011 | 1000100 | 0 | 1001101 | 101010 | 1110001 | 111110 | 100100 |
Color Harmonies of #309523
Complementary color
Monochromatic Colors of #309523
Black with #309523
Text Example
Text Example
White with #309523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309523; }
p { color: rgb(48,149,35); }
H1.HeaderClassName
{
color: #309523;
}
.AnyTagClassName
{
color: #309523;
}
</style>
background-color css
<style>
a { background-color: #309523; }
a { background-color: rgb(48,149,35); }
div.DivClassName
{
background-color: #309523;
}
.BgClassName
{
background-color: #309523;
}
</style>
border-color css
<style>
span { border-color: #309523; }
span { border-color: rgb(48,149,35); }
td.TdClassName
{
border-color: #309523;
}
.TagClassName
{
border-color: #309523;
}
</style>