Shades of Forest Green #218F38
Tints of Forest Green #218F38
RGB
CMYK
RGB Variations
Color information
#218F38 (or 0x218F38) is known color: Forest Green. HEX triplet: 21, 8F and 38. RGB value is (33,143,56). Sum of RGB (Red+Green+Blue) = 33+143+56=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #218F38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F38 is #DE70C7. Grayscale: #646464. Windows color (decimal): -14577864 or 3706657. OLE color: 3706657.
HSL color Cylindrical-coordinate representation of color #218F38: hue angle of 132.55º 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 #218F38 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 56 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.44 |
| HSL | 132.55º | 0.63% | 0.35% | - |
| HSV(B) | 132.55º | 0.77% | 0.56% | - |
| XYZ | 11.16 | 20.25 | 7.06 | - |
| YUV | 100.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 56 | 0.77 | 0 | 0.61 | 0.44 | 132.55 | 0.63 | 0.35 |
| Hex | 21 | 8F | 38 | 4D | 0 | 3D | 2C | 85 | 3E | 23 |
| Octal | 41 | 217 | 70 | 115 | 0 | 75 | 54 | 205 | 76 | 43 |
| Binary | 100001 | 10001111 | 111000 | 1001101 | 0 | 111101 | 101100 | 10000101 | 111110 | 100011 |
Color Harmonies of #218F38
Complementary color
Monochromatic Colors of #218F38
Black with #218F38
Text Example
Text Example
White with #218F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F38; }
p { color: rgb(33,143,56); }
H1.HeaderClassName
{
color: #218F38;
}
.AnyTagClassName
{
color: #218F38;
}
</style>
background-color css
<style>
a { background-color: #218F38; }
a { background-color: rgb(33,143,56); }
div.DivClassName
{
background-color: #218F38;
}
.BgClassName
{
background-color: #218F38;
}
</style>
border-color css
<style>
span { border-color: #218F38; }
span { border-color: rgb(33,143,56); }
td.TdClassName
{
border-color: #218F38;
}
.TagClassName
{
border-color: #218F38;
}
</style>