Shades of Forest Green #218324
Tints of Forest Green #218324
RGB
CMYK
RGB Variations
Color information
#218324 (or 0x218324) is known color: Forest Green. HEX triplet: 21, 83 and 24. RGB value is (33,131,36). Sum of RGB (Red+Green+Blue) = 33+131+36=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #218324 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218324 is #DE7CDB. Grayscale: #5B5B5B. Windows color (decimal): -14580956 or 2392865. OLE color: 2392865.
HSL color Cylindrical-coordinate representation of color #218324: hue angle of 121.84º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218324 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 36 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.49 |
| HSL | 121.84º | 0.6% | 0.32% | - |
| HSV(B) | 121.84º | 0.75% | 0.51% | - |
| XYZ | 9.06 | 16.68 | 4.41 | - |
| YUV | 90.87 | 97.03 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 36 | 0.75 | 0 | 0.73 | 0.49 | 121.84 | 0.6 | 0.32 |
| Hex | 21 | 83 | 24 | 4B | 0 | 49 | 31 | 7A | 3C | 20 |
| Octal | 41 | 203 | 44 | 113 | 0 | 111 | 61 | 172 | 74 | 40 |
| Binary | 100001 | 10000011 | 100100 | 1001011 | 0 | 1001001 | 110001 | 1111010 | 111100 | 100000 |
Color Harmonies of #218324
Complementary color
Monochromatic Colors of #218324
Black with #218324
Text Example
Text Example
White with #218324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218324; }
p { color: rgb(33,131,36); }
H1.HeaderClassName
{
color: #218324;
}
.AnyTagClassName
{
color: #218324;
}
</style>
background-color css
<style>
a { background-color: #218324; }
a { background-color: rgb(33,131,36); }
div.DivClassName
{
background-color: #218324;
}
.BgClassName
{
background-color: #218324;
}
</style>
border-color css
<style>
span { border-color: #218324; }
span { border-color: rgb(33,131,36); }
td.TdClassName
{
border-color: #218324;
}
.TagClassName
{
border-color: #218324;
}
</style>