Shades of Forest Green #218308
Tints of Forest Green #218308
RGB
CMYK
RGB Variations
Color information
#218308 (or 0x218308) is known color: Forest Green. HEX triplet: 21, 83 and 08. RGB value is (33,131,8). Sum of RGB (Red+Green+Blue) = 33+131+8=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 131 (51.56% from 255 or 76.16% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 131 - color contains mainly: green. Hex color #218308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218308 is #DE7CF7. Grayscale: #585858. Windows color (decimal): -14580984 or 557857. OLE color: 557857.
HSL color Cylindrical-coordinate representation of color #218308: hue angle of 107.8º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #218308 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 131 | 8 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.49 |
| HSL | 107.8º | 0.88% | 0.27% | - |
| HSV(B) | 107.8º | 0.94% | 0.51% | - |
| XYZ | 8.79 | 16.57 | 2.97 | - |
| YUV | 87.68 | 83.03 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 8 | 0.75 | 0 | 0.94 | 0.49 | 107.8 | 0.88 | 0.27 |
| Hex | 21 | 83 | 8 | 4B | 0 | 5E | 31 | 6C | 58 | 1B |
| Octal | 41 | 203 | 10 | 113 | 0 | 136 | 61 | 154 | 130 | 33 |
| Binary | 100001 | 10000011 | 1000 | 1001011 | 0 | 1011110 | 110001 | 1101100 | 1011000 | 11011 |
Color Harmonies of #218308
Complementary color
Monochromatic Colors of #218308
Black with #218308
Text Example
Text Example
White with #218308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218308; }
p { color: rgb(33,131,8); }
H1.HeaderClassName
{
color: #218308;
}
.AnyTagClassName
{
color: #218308;
}
</style>
background-color css
<style>
a { background-color: #218308; }
a { background-color: rgb(33,131,8); }
div.DivClassName
{
background-color: #218308;
}
.BgClassName
{
background-color: #218308;
}
</style>
border-color css
<style>
span { border-color: #218308; }
span { border-color: rgb(33,131,8); }
td.TdClassName
{
border-color: #218308;
}
.TagClassName
{
border-color: #218308;
}
</style>