Shades of Forest Green #218F27
Tints of Forest Green #218F27
RGB
CMYK
RGB Variations
Color information
#218F27 (or 0x218F27) is known color: Forest Green. HEX triplet: 21, 8F and 27. RGB value is (33,143,39). Sum of RGB (Red+Green+Blue) = 33+143+39=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #218F27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F27 is #DE70D8. Grayscale: #626262. Windows color (decimal): -14577881 or 2592545. OLE color: 2592545.
HSL color Cylindrical-coordinate representation of color #218F27: hue angle of 123.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F27 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 39 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.44 |
| HSL | 123.27º | 0.63% | 0.35% | - |
| HSV(B) | 123.27º | 0.77% | 0.56% | - |
| XYZ | 10.82 | 20.11 | 5.23 | - |
| YUV | 98.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 39 | 0.77 | 0 | 0.73 | 0.44 | 123.27 | 0.63 | 0.35 |
| Hex | 21 | 8F | 27 | 4D | 0 | 49 | 2C | 7B | 3E | 23 |
| Octal | 41 | 217 | 47 | 115 | 0 | 111 | 54 | 173 | 76 | 43 |
| Binary | 100001 | 10001111 | 100111 | 1001101 | 0 | 1001001 | 101100 | 1111011 | 111110 | 100011 |
Color Harmonies of #218F27
Complementary color
Monochromatic Colors of #218F27
Black with #218F27
Text Example
Text Example
White with #218F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F27; }
p { color: rgb(33,143,39); }
H1.HeaderClassName
{
color: #218F27;
}
.AnyTagClassName
{
color: #218F27;
}
</style>
background-color css
<style>
a { background-color: #218F27; }
a { background-color: rgb(33,143,39); }
div.DivClassName
{
background-color: #218F27;
}
.BgClassName
{
background-color: #218F27;
}
</style>
border-color css
<style>
span { border-color: #218F27; }
span { border-color: rgb(33,143,39); }
td.TdClassName
{
border-color: #218F27;
}
.TagClassName
{
border-color: #218F27;
}
</style>