Shades of Forest Green #309921
Tints of Forest Green #309921
RGB
CMYK
RGB Variations
Color information
#309921 (or 0x309921) is known color: Forest Green. HEX triplet: 30, 99 and 21. RGB value is (48,153,33). Sum of RGB (Red+Green+Blue) = 48+153+33=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #309921 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309921 is #CF66DE. Grayscale: #6C6C6C. Windows color (decimal): -13592287 or 2201904. OLE color: 2201904.
HSL color Cylindrical-coordinate representation of color #309921: hue angle of 112.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #309921 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 33 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.4 |
| HSL | 112.5º | 0.65% | 0.36% | - |
| HSV(B) | 112.5º | 0.78% | 0.6% | - |
| XYZ | 12.88 | 23.52 | 5.3 | - |
| YUV | 107.93 | 85.71 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 33 | 0.69 | 0 | 0.78 | 0.4 | 112.5 | 0.65 | 0.36 |
| Hex | 30 | 99 | 21 | 45 | 0 | 4E | 28 | 70 | 41 | 24 |
| Octal | 60 | 231 | 41 | 105 | 0 | 116 | 50 | 160 | 101 | 44 |
| Binary | 110000 | 10011001 | 100001 | 1000101 | 0 | 1001110 | 101000 | 1110000 | 1000001 | 100100 |
Color Harmonies of #309921
Complementary color
Monochromatic Colors of #309921
Black with #309921
Text Example
Text Example
White with #309921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309921; }
p { color: rgb(48,153,33); }
H1.HeaderClassName
{
color: #309921;
}
.AnyTagClassName
{
color: #309921;
}
</style>
background-color css
<style>
a { background-color: #309921; }
a { background-color: rgb(48,153,33); }
div.DivClassName
{
background-color: #309921;
}
.BgClassName
{
background-color: #309921;
}
</style>
border-color css
<style>
span { border-color: #309921; }
span { border-color: rgb(48,153,33); }
td.TdClassName
{
border-color: #309921;
}
.TagClassName
{
border-color: #309921;
}
</style>