Shades of Forest Green #218128
Tints of Forest Green #218128
RGB
CMYK
RGB Variations
Color information
#218128 (or 0x218128) is known color: Forest Green. HEX triplet: 21, 81 and 28. RGB value is (33,129,40). Sum of RGB (Red+Green+Blue) = 33+129+40=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #218128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218128 is #DE7ED7. Grayscale: #5A5A5A. Windows color (decimal): -14581464 or 2654497. OLE color: 2654497.
HSL color Cylindrical-coordinate representation of color #218128: hue angle of 124.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218128 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 40 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.49 |
| HSL | 124.38º | 0.59% | 0.32% | - |
| HSV(B) | 124.38º | 0.74% | 0.51% | - |
| XYZ | 8.86 | 16.18 | 4.66 | - |
| YUV | 90.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 40 | 0.74 | 0 | 0.69 | 0.49 | 124.38 | 0.59 | 0.32 |
| Hex | 21 | 81 | 28 | 4A | 0 | 45 | 31 | 7C | 3B | 20 |
| Octal | 41 | 201 | 50 | 112 | 0 | 105 | 61 | 174 | 73 | 40 |
| Binary | 100001 | 10000001 | 101000 | 1001010 | 0 | 1000101 | 110001 | 1111100 | 111011 | 100000 |
Color Harmonies of #218128
Complementary color
Monochromatic Colors of #218128
Black with #218128
Text Example
Text Example
White with #218128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218128; }
p { color: rgb(33,129,40); }
H1.HeaderClassName
{
color: #218128;
}
.AnyTagClassName
{
color: #218128;
}
</style>
background-color css
<style>
a { background-color: #218128; }
a { background-color: rgb(33,129,40); }
div.DivClassName
{
background-color: #218128;
}
.BgClassName
{
background-color: #218128;
}
</style>
border-color css
<style>
span { border-color: #218128; }
span { border-color: rgb(33,129,40); }
td.TdClassName
{
border-color: #218128;
}
.TagClassName
{
border-color: #218128;
}
</style>