Shades of Forest Green #309230
Tints of Forest Green #309230
RGB
CMYK
RGB Variations
Color information
#309230 (or 0x309230) is known color: Forest Green. HEX triplet: 30, 92 and 30. RGB value is (48,146,48). Sum of RGB (Red+Green+Blue) = 48+146+48=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #309230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309230 is #CF6DCF. Grayscale: #696969. Windows color (decimal): -13594064 or 3183152. OLE color: 3183152.
HSL color Cylindrical-coordinate representation of color #309230: hue angle of 120º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309230 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 48 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.43 |
| HSL | 120º | 0.51% | 0.38% | - |
| HSV(B) | 120º | 0.67% | 0.57% | - |
| XYZ | 12.03 | 21.4 | 6.29 | - |
| YUV | 105.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 48 | 0.67 | 0 | 0.67 | 0.43 | 120 | 0.51 | 0.38 |
| Hex | 30 | 92 | 30 | 43 | 0 | 43 | 2B | 78 | 33 | 26 |
| Octal | 60 | 222 | 60 | 103 | 0 | 103 | 53 | 170 | 63 | 46 |
| Binary | 110000 | 10010010 | 110000 | 1000011 | 0 | 1000011 | 101011 | 1111000 | 110011 | 100110 |
Color Harmonies of #309230
Complementary color
Monochromatic Colors of #309230
Black with #309230
Text Example
Text Example
White with #309230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309230; }
p { color: rgb(48,146,48); }
H1.HeaderClassName
{
color: #309230;
}
.AnyTagClassName
{
color: #309230;
}
</style>
background-color css
<style>
a { background-color: #309230; }
a { background-color: rgb(48,146,48); }
div.DivClassName
{
background-color: #309230;
}
.BgClassName
{
background-color: #309230;
}
</style>
border-color css
<style>
span { border-color: #309230; }
span { border-color: rgb(48,146,48); }
td.TdClassName
{
border-color: #309230;
}
.TagClassName
{
border-color: #309230;
}
</style>