Shades of Forest Green #218734
Tints of Forest Green #218734
RGB
CMYK
RGB Variations
Color information
#218734 (or 0x218734) is known color: Forest Green. HEX triplet: 21, 87 and 34. RGB value is (33,135,52). Sum of RGB (Red+Green+Blue) = 33+135+52=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #218734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218734 is #DE78CB. Grayscale: #5F5F5F. Windows color (decimal): -14579916 or 3442465. OLE color: 3442465.
HSL color Cylindrical-coordinate representation of color #218734: hue angle of 131.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218734 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 52 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.47 |
| HSL | 131.18º | 0.61% | 0.33% | - |
| HSV(B) | 131.18º | 0.76% | 0.53% | - |
| XYZ | 9.91 | 17.9 | 6.18 | - |
| YUV | 95.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 52 | 0.76 | 0 | 0.61 | 0.47 | 131.18 | 0.61 | 0.33 |
| Hex | 21 | 87 | 34 | 4C | 0 | 3D | 2F | 83 | 3D | 21 |
| Octal | 41 | 207 | 64 | 114 | 0 | 75 | 57 | 203 | 75 | 41 |
| Binary | 100001 | 10000111 | 110100 | 1001100 | 0 | 111101 | 101111 | 10000011 | 111101 | 100001 |
Color Harmonies of #218734
Complementary color
Monochromatic Colors of #218734
Black with #218734
Text Example
Text Example
White with #218734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218734; }
p { color: rgb(33,135,52); }
H1.HeaderClassName
{
color: #218734;
}
.AnyTagClassName
{
color: #218734;
}
</style>
background-color css
<style>
a { background-color: #218734; }
a { background-color: rgb(33,135,52); }
div.DivClassName
{
background-color: #218734;
}
.BgClassName
{
background-color: #218734;
}
</style>
border-color css
<style>
span { border-color: #218734; }
span { border-color: rgb(33,135,52); }
td.TdClassName
{
border-color: #218734;
}
.TagClassName
{
border-color: #218734;
}
</style>