Shades of Forest Green #218206
Tints of Forest Green #218206
RGB
CMYK
RGB Variations
Color information
#218206 (or 0x218206) is known color: Forest Green. HEX triplet: 21, 82 and 06. RGB value is (33,130,6). Sum of RGB (Red+Green+Blue) = 33+130+6=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #218206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218206 is #DE7DF9. Grayscale: #575757. Windows color (decimal): -14581242 or 426529. OLE color: 426529.
HSL color Cylindrical-coordinate representation of color #218206: hue angle of 106.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #218206 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 6 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.49 |
| HSL | 106.94º | 0.91% | 0.27% | - |
| HSV(B) | 106.94º | 0.95% | 0.51% | - |
| XYZ | 8.64 | 16.3 | 2.86 | - |
| YUV | 86.86 | 82.36 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 6 | 0.75 | 0 | 0.95 | 0.49 | 106.94 | 0.91 | 0.27 |
| Hex | 21 | 82 | 6 | 4B | 0 | 5F | 31 | 6B | 5B | 1B |
| Octal | 41 | 202 | 6 | 113 | 0 | 137 | 61 | 153 | 133 | 33 |
| Binary | 100001 | 10000010 | 110 | 1001011 | 0 | 1011111 | 110001 | 1101011 | 1011011 | 11011 |
Color Harmonies of #218206
Complementary color
Monochromatic Colors of #218206
Black with #218206
Text Example
Text Example
White with #218206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218206; }
p { color: rgb(33,130,6); }
H1.HeaderClassName
{
color: #218206;
}
.AnyTagClassName
{
color: #218206;
}
</style>
background-color css
<style>
a { background-color: #218206; }
a { background-color: rgb(33,130,6); }
div.DivClassName
{
background-color: #218206;
}
.BgClassName
{
background-color: #218206;
}
</style>
border-color css
<style>
span { border-color: #218206; }
span { border-color: rgb(33,130,6); }
td.TdClassName
{
border-color: #218206;
}
.TagClassName
{
border-color: #218206;
}
</style>