Shades of Forest Green #218427
Tints of Forest Green #218427
RGB
CMYK
RGB Variations
Color information
#218427 (or 0x218427) is known color: Forest Green. HEX triplet: 21, 84 and 27. RGB value is (33,132,39). Sum of RGB (Red+Green+Blue) = 33+132+39=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #218427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218427 is #DE7BD8. Grayscale: #5C5C5C. Windows color (decimal): -14580697 or 2589729. OLE color: 2589729.
HSL color Cylindrical-coordinate representation of color #218427: hue angle of 123.64º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218427 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 39 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.48 |
| HSL | 123.64º | 0.6% | 0.32% | - |
| HSV(B) | 123.64º | 0.75% | 0.52% | - |
| XYZ | 9.24 | 16.97 | 4.71 | - |
| YUV | 91.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 39 | 0.75 | 0 | 0.70 | 0.48 | 123.64 | 0.6 | 0.32 |
| Hex | 21 | 84 | 27 | 4B | 0 | 46 | 30 | 7C | 3C | 20 |
| Octal | 41 | 204 | 47 | 113 | 0 | 106 | 60 | 174 | 74 | 40 |
| Binary | 100001 | 10000100 | 100111 | 1001011 | 0 | 1000110 | 110000 | 1111100 | 111100 | 100000 |
Color Harmonies of #218427
Complementary color
Monochromatic Colors of #218427
Black with #218427
Text Example
Text Example
White with #218427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218427; }
p { color: rgb(33,132,39); }
H1.HeaderClassName
{
color: #218427;
}
.AnyTagClassName
{
color: #218427;
}
</style>
background-color css
<style>
a { background-color: #218427; }
a { background-color: rgb(33,132,39); }
div.DivClassName
{
background-color: #218427;
}
.BgClassName
{
background-color: #218427;
}
</style>
border-color css
<style>
span { border-color: #218427; }
span { border-color: rgb(33,132,39); }
td.TdClassName
{
border-color: #218427;
}
.TagClassName
{
border-color: #218427;
}
</style>