Shades of Forest Green #218326
Tints of Forest Green #218326
RGB
CMYK
RGB Variations
Color information
#218326 (or 0x218326) is known color: Forest Green. HEX triplet: 21, 83 and 26. RGB value is (33,131,38). Sum of RGB (Red+Green+Blue) = 33+131+38=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #218326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218326 is #DE7CD9. Grayscale: #5B5B5B. Windows color (decimal): -14580954 or 2523937. OLE color: 2523937.
HSL color Cylindrical-coordinate representation of color #218326: hue angle of 123.06º 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 #218326 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 38 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.49 |
| HSL | 123.06º | 0.6% | 0.32% | - |
| HSV(B) | 123.06º | 0.75% | 0.51% | - |
| XYZ | 9.09 | 16.7 | 4.58 | - |
| YUV | 91.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 38 | 0.75 | 0 | 0.71 | 0.49 | 123.06 | 0.6 | 0.32 |
| Hex | 21 | 83 | 26 | 4B | 0 | 47 | 31 | 7B | 3C | 20 |
| Octal | 41 | 203 | 46 | 113 | 0 | 107 | 61 | 173 | 74 | 40 |
| Binary | 100001 | 10000011 | 100110 | 1001011 | 0 | 1000111 | 110001 | 1111011 | 111100 | 100000 |
Color Harmonies of #218326
Complementary color
Monochromatic Colors of #218326
Black with #218326
Text Example
Text Example
White with #218326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218326; }
p { color: rgb(33,131,38); }
H1.HeaderClassName
{
color: #218326;
}
.AnyTagClassName
{
color: #218326;
}
</style>
background-color css
<style>
a { background-color: #218326; }
a { background-color: rgb(33,131,38); }
div.DivClassName
{
background-color: #218326;
}
.BgClassName
{
background-color: #218326;
}
</style>
border-color css
<style>
span { border-color: #218326; }
span { border-color: rgb(33,131,38); }
td.TdClassName
{
border-color: #218326;
}
.TagClassName
{
border-color: #218326;
}
</style>