Shades of Forest Green #309321
Tints of Forest Green #309321
RGB
CMYK
RGB Variations
Color information
#309321 (or 0x309321) is known color: Forest Green. HEX triplet: 30, 93 and 21. RGB value is (48,147,33). Sum of RGB (Red+Green+Blue) = 48+147+33=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #309321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309321 is #CF6CDE. Grayscale: #686868. Windows color (decimal): -13593823 or 2200368. OLE color: 2200368.
HSL color Cylindrical-coordinate representation of color #309321: hue angle of 112.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #309321 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 33 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.42 |
| HSL | 112.11º | 0.63% | 0.35% | - |
| HSV(B) | 112.11º | 0.78% | 0.58% | - |
| XYZ | 11.93 | 21.61 | 4.98 | - |
| YUV | 104.4 | 87.7 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 33 | 0.67 | 0 | 0.78 | 0.42 | 112.11 | 0.63 | 0.35 |
| Hex | 30 | 93 | 21 | 43 | 0 | 4E | 2A | 70 | 3F | 23 |
| Octal | 60 | 223 | 41 | 103 | 0 | 116 | 52 | 160 | 77 | 43 |
| Binary | 110000 | 10010011 | 100001 | 1000011 | 0 | 1001110 | 101010 | 1110000 | 111111 | 100011 |
Color Harmonies of #309321
Complementary color
Monochromatic Colors of #309321
Black with #309321
Text Example
Text Example
White with #309321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309321; }
p { color: rgb(48,147,33); }
H1.HeaderClassName
{
color: #309321;
}
.AnyTagClassName
{
color: #309321;
}
</style>
background-color css
<style>
a { background-color: #309321; }
a { background-color: rgb(48,147,33); }
div.DivClassName
{
background-color: #309321;
}
.BgClassName
{
background-color: #309321;
}
</style>
border-color css
<style>
span { border-color: #309321; }
span { border-color: rgb(48,147,33); }
td.TdClassName
{
border-color: #309321;
}
.TagClassName
{
border-color: #309321;
}
</style>