Shades of Forest Green #218107
Tints of Forest Green #218107
RGB
CMYK
RGB Variations
Color information
#218107 (or 0x218107) is known color: Forest Green. HEX triplet: 21, 81 and 07. RGB value is (33,129,7). Sum of RGB (Red+Green+Blue) = 33+129+7=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 129 (50.78% from 255 or 76.33% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 129 - color contains mainly: green. Hex color #218107 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218107 is #DE7EF8. Grayscale: #565656. Windows color (decimal): -14581497 or 491809. OLE color: 491809.
HSL color Cylindrical-coordinate representation of color #218107: hue angle of 107.21º degrees, saturation: 0.9, 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 #218107 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 7 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.49 |
| HSL | 107.21º | 0.9% | 0.27% | - |
| HSV(B) | 107.21º | 0.95% | 0.51% | - |
| XYZ | 8.52 | 16.04 | 2.85 | - |
| YUV | 86.39 | 83.2 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 7 | 0.74 | 0 | 0.95 | 0.49 | 107.21 | 0.9 | 0.27 |
| Hex | 21 | 81 | 7 | 4A | 0 | 5F | 31 | 6B | 5A | 1B |
| Octal | 41 | 201 | 7 | 112 | 0 | 137 | 61 | 153 | 132 | 33 |
| Binary | 100001 | 10000001 | 111 | 1001010 | 0 | 1011111 | 110001 | 1101011 | 1011010 | 11011 |
Color Harmonies of #218107
Complementary color
Monochromatic Colors of #218107
Black with #218107
Text Example
Text Example
White with #218107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218107; }
p { color: rgb(33,129,7); }
H1.HeaderClassName
{
color: #218107;
}
.AnyTagClassName
{
color: #218107;
}
</style>
background-color css
<style>
a { background-color: #218107; }
a { background-color: rgb(33,129,7); }
div.DivClassName
{
background-color: #218107;
}
.BgClassName
{
background-color: #218107;
}
</style>
border-color css
<style>
span { border-color: #218107; }
span { border-color: rgb(33,129,7); }
td.TdClassName
{
border-color: #218107;
}
.TagClassName
{
border-color: #218107;
}
</style>