Shades of Forest Green #218126
Tints of Forest Green #218126
RGB
CMYK
RGB Variations
Color information
#218126 (or 0x218126) is known color: Forest Green. HEX triplet: 21, 81 and 26. RGB value is (33,129,38). Sum of RGB (Red+Green+Blue) = 33+129+38=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #218126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218126 is #DE7ED9. Grayscale: #5A5A5A. Windows color (decimal): -14581466 or 2523425. OLE color: 2523425.
HSL color Cylindrical-coordinate representation of color #218126: hue angle of 123.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218126 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 38 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.49 |
| HSL | 123.13º | 0.59% | 0.32% | - |
| HSV(B) | 123.13º | 0.74% | 0.51% | - |
| XYZ | 8.83 | 16.16 | 4.49 | - |
| YUV | 89.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 38 | 0.74 | 0 | 0.71 | 0.49 | 123.13 | 0.59 | 0.32 |
| Hex | 21 | 81 | 26 | 4A | 0 | 47 | 31 | 7B | 3B | 20 |
| Octal | 41 | 201 | 46 | 112 | 0 | 107 | 61 | 173 | 73 | 40 |
| Binary | 100001 | 10000001 | 100110 | 1001010 | 0 | 1000111 | 110001 | 1111011 | 111011 | 100000 |
Color Harmonies of #218126
Complementary color
Monochromatic Colors of #218126
Black with #218126
Text Example
Text Example
White with #218126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218126; }
p { color: rgb(33,129,38); }
H1.HeaderClassName
{
color: #218126;
}
.AnyTagClassName
{
color: #218126;
}
</style>
background-color css
<style>
a { background-color: #218126; }
a { background-color: rgb(33,129,38); }
div.DivClassName
{
background-color: #218126;
}
.BgClassName
{
background-color: #218126;
}
</style>
border-color css
<style>
span { border-color: #218126; }
span { border-color: rgb(33,129,38); }
td.TdClassName
{
border-color: #218126;
}
.TagClassName
{
border-color: #218126;
}
</style>