Shades of Forest Green #218127
Tints of Forest Green #218127
RGB
CMYK
RGB Variations
Color information
#218127 (or 0x218127) is known color: Forest Green. HEX triplet: 21, 81 and 27. RGB value is (33,129,39). Sum of RGB (Red+Green+Blue) = 33+129+39=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #218127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218127 is #DE7ED8. Grayscale: #5A5A5A. Windows color (decimal): -14581465 or 2588961. OLE color: 2588961.
HSL color Cylindrical-coordinate representation of color #218127: hue angle of 123.75º 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 #218127 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 39 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.49 |
| HSL | 123.75º | 0.59% | 0.32% | - |
| HSV(B) | 123.75º | 0.74% | 0.51% | - |
| XYZ | 8.84 | 16.17 | 4.57 | - |
| YUV | 90.04 | 99.2 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 39 | 0.74 | 0 | 0.70 | 0.49 | 123.75 | 0.59 | 0.32 |
| Hex | 21 | 81 | 27 | 4A | 0 | 46 | 31 | 7C | 3B | 20 |
| Octal | 41 | 201 | 47 | 112 | 0 | 106 | 61 | 174 | 73 | 40 |
| Binary | 100001 | 10000001 | 100111 | 1001010 | 0 | 1000110 | 110001 | 1111100 | 111011 | 100000 |
Color Harmonies of #218127
Complementary color
Monochromatic Colors of #218127
Black with #218127
Text Example
Text Example
White with #218127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218127; }
p { color: rgb(33,129,39); }
H1.HeaderClassName
{
color: #218127;
}
.AnyTagClassName
{
color: #218127;
}
</style>
background-color css
<style>
a { background-color: #218127; }
a { background-color: rgb(33,129,39); }
div.DivClassName
{
background-color: #218127;
}
.BgClassName
{
background-color: #218127;
}
</style>
border-color css
<style>
span { border-color: #218127; }
span { border-color: rgb(33,129,39); }
td.TdClassName
{
border-color: #218127;
}
.TagClassName
{
border-color: #218127;
}
</style>