Shades of Forest Green #309121
Tints of Forest Green #309121
RGB
CMYK
RGB Variations
Color information
#309121 (or 0x309121) is known color: Forest Green. HEX triplet: 30, 91 and 21. RGB value is (48,145,33). Sum of RGB (Red+Green+Blue) = 48+145+33=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 145 (57.03% from 255 or 64.16% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 145 - color contains mainly: green. Hex color #309121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309121 is #CF6EDE. Grayscale: #676767. Windows color (decimal): -13594335 or 2199856. OLE color: 2199856.
HSL color Cylindrical-coordinate representation of color #309121: hue angle of 111.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309121 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 33 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.43 |
| HSL | 111.96º | 0.63% | 0.35% | - |
| HSV(B) | 111.96º | 0.77% | 0.57% | - |
| XYZ | 11.62 | 20.99 | 4.88 | - |
| YUV | 103.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 33 | 0.67 | 0 | 0.77 | 0.43 | 111.96 | 0.63 | 0.35 |
| Hex | 30 | 91 | 21 | 43 | 0 | 4D | 2B | 70 | 3F | 23 |
| Octal | 60 | 221 | 41 | 103 | 0 | 115 | 53 | 160 | 77 | 43 |
| Binary | 110000 | 10010001 | 100001 | 1000011 | 0 | 1001101 | 101011 | 1110000 | 111111 | 100011 |
Color Harmonies of #309121
Complementary color
Monochromatic Colors of #309121
Black with #309121
Text Example
Text Example
White with #309121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309121; }
p { color: rgb(48,145,33); }
H1.HeaderClassName
{
color: #309121;
}
.AnyTagClassName
{
color: #309121;
}
</style>
background-color css
<style>
a { background-color: #309121; }
a { background-color: rgb(48,145,33); }
div.DivClassName
{
background-color: #309121;
}
.BgClassName
{
background-color: #309121;
}
</style>
border-color css
<style>
span { border-color: #309121; }
span { border-color: rgb(48,145,33); }
td.TdClassName
{
border-color: #309121;
}
.TagClassName
{
border-color: #309121;
}
</style>