Shades of Forest Green #218826
Tints of Forest Green #218826
RGB
CMYK
RGB Variations
Color information
#218826 (or 0x218826) is known color: Forest Green. HEX triplet: 21, 88 and 26. RGB value is (33,136,38). Sum of RGB (Red+Green+Blue) = 33+136+38=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #218826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218826 is #DE77D9. Grayscale: #5E5E5E. Windows color (decimal): -14579674 or 2525217. OLE color: 2525217.
HSL color Cylindrical-coordinate representation of color #218826: hue angle of 122.91º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218826 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 38 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.47 |
| HSL | 122.91º | 0.61% | 0.33% | - |
| HSV(B) | 122.91º | 0.76% | 0.53% | - |
| XYZ | 9.78 | 18.07 | 4.81 | - |
| YUV | 94.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 38 | 0.76 | 0 | 0.72 | 0.47 | 122.91 | 0.61 | 0.33 |
| Hex | 21 | 88 | 26 | 4C | 0 | 48 | 2F | 7B | 3D | 21 |
| Octal | 41 | 210 | 46 | 114 | 0 | 110 | 57 | 173 | 75 | 41 |
| Binary | 100001 | 10001000 | 100110 | 1001100 | 0 | 1001000 | 101111 | 1111011 | 111101 | 100001 |
Color Harmonies of #218826
Complementary color
Monochromatic Colors of #218826
Black with #218826
Text Example
Text Example
White with #218826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218826; }
p { color: rgb(33,136,38); }
H1.HeaderClassName
{
color: #218826;
}
.AnyTagClassName
{
color: #218826;
}
</style>
background-color css
<style>
a { background-color: #218826; }
a { background-color: rgb(33,136,38); }
div.DivClassName
{
background-color: #218826;
}
.BgClassName
{
background-color: #218826;
}
</style>
border-color css
<style>
span { border-color: #218826; }
span { border-color: rgb(33,136,38); }
td.TdClassName
{
border-color: #218826;
}
.TagClassName
{
border-color: #218826;
}
</style>