Shades of Forest Green #309030
Tints of Forest Green #309030
RGB
CMYK
RGB Variations
Color information
#309030 (or 0x309030) is known color: Forest Green. HEX triplet: 30, 90 and 30. RGB value is (48,144,48). Sum of RGB (Red+Green+Blue) = 48+144+48=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 144 (56.64% from 255 or 60% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 144 - color contains mainly: green. Hex color #309030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309030 is #CF6FCF. Grayscale: #686868. Windows color (decimal): -13594576 or 3182640. OLE color: 3182640.
HSL color Cylindrical-coordinate representation of color #309030: hue angle of 120º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309030 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 48 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.44 |
| HSL | 120º | 0.5% | 0.38% | - |
| HSV(B) | 120º | 0.67% | 0.56% | - |
| XYZ | 11.73 | 20.79 | 6.19 | - |
| YUV | 104.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 48 | 0.67 | 0 | 0.67 | 0.44 | 120 | 0.5 | 0.38 |
| Hex | 30 | 90 | 30 | 43 | 0 | 43 | 2C | 78 | 32 | 26 |
| Octal | 60 | 220 | 60 | 103 | 0 | 103 | 54 | 170 | 62 | 46 |
| Binary | 110000 | 10010000 | 110000 | 1000011 | 0 | 1000011 | 101100 | 1111000 | 110010 | 100110 |
Color Harmonies of #309030
Complementary color
Monochromatic Colors of #309030
Black with #309030
Text Example
Text Example
White with #309030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309030; }
p { color: rgb(48,144,48); }
H1.HeaderClassName
{
color: #309030;
}
.AnyTagClassName
{
color: #309030;
}
</style>
background-color css
<style>
a { background-color: #309030; }
a { background-color: rgb(48,144,48); }
div.DivClassName
{
background-color: #309030;
}
.BgClassName
{
background-color: #309030;
}
</style>
border-color css
<style>
span { border-color: #309030; }
span { border-color: rgb(48,144,48); }
td.TdClassName
{
border-color: #309030;
}
.TagClassName
{
border-color: #309030;
}
</style>