Shades of Forest Green #218F34
Tints of Forest Green #218F34
RGB
CMYK
RGB Variations
Color information
#218F34 (or 0x218F34) is known color: Forest Green. HEX triplet: 21, 8F and 34. RGB value is (33,143,52). Sum of RGB (Red+Green+Blue) = 33+143+52=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #218F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F34 is #DE70CB. Grayscale: #636363. Windows color (decimal): -14577868 or 3444513. OLE color: 3444513.
HSL color Cylindrical-coordinate representation of color #218F34: hue angle of 130.36º 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 #218F34 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 52 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.44 |
| HSL | 130.36º | 0.63% | 0.35% | - |
| HSV(B) | 130.36º | 0.77% | 0.56% | - |
| XYZ | 11.07 | 20.22 | 6.57 | - |
| YUV | 99.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 52 | 0.77 | 0 | 0.64 | 0.44 | 130.36 | 0.63 | 0.35 |
| Hex | 21 | 8F | 34 | 4D | 0 | 40 | 2C | 82 | 3E | 23 |
| Octal | 41 | 217 | 64 | 115 | 0 | 100 | 54 | 202 | 76 | 43 |
| Binary | 100001 | 10001111 | 110100 | 1001101 | 0 | 1000000 | 101100 | 10000010 | 111110 | 100011 |
Color Harmonies of #218F34
Complementary color
Monochromatic Colors of #218F34
Black with #218F34
Text Example
Text Example
White with #218F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F34; }
p { color: rgb(33,143,52); }
H1.HeaderClassName
{
color: #218F34;
}
.AnyTagClassName
{
color: #218F34;
}
</style>
background-color css
<style>
a { background-color: #218F34; }
a { background-color: rgb(33,143,52); }
div.DivClassName
{
background-color: #218F34;
}
.BgClassName
{
background-color: #218F34;
}
</style>
border-color css
<style>
span { border-color: #218F34; }
span { border-color: rgb(33,143,52); }
td.TdClassName
{
border-color: #218F34;
}
.TagClassName
{
border-color: #218F34;
}
</style>