Shades of Dark Spring Green #218040
Tints of Dark Spring Green #218040
RGB
CMYK
RGB Variations
Color information
#218040 (or 0x218040) is known color: Dark Spring Green. HEX triplet: 21, 80 and 40. RGB value is (33,128,64). Sum of RGB (Red+Green+Blue) = 33+128+64=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #218040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218040 is #DE7FBF. Grayscale: #5C5C5C. Windows color (decimal): -14581696 or 4227105. OLE color: 4227105.
HSL color Cylindrical-coordinate representation of color #218040: hue angle of 139.58º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218040 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 64 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.50 |
| HSL | 139.58º | 0.59% | 0.32% | - |
| HSV(B) | 139.58º | 0.74% | 0.5% | - |
| XYZ | 9.27 | 16.13 | 7.48 | - |
| YUV | 92.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 64 | 0.74 | 0 | 0.5 | 0.50 | 139.58 | 0.59 | 0.32 |
| Hex | 21 | 80 | 40 | 4A | 0 | 32 | 32 | 8C | 3B | 20 |
| Octal | 41 | 200 | 100 | 112 | 0 | 62 | 62 | 214 | 73 | 40 |
| Binary | 100001 | 10000000 | 1000000 | 1001010 | 0 | 110010 | 110010 | 10001100 | 111011 | 100000 |
Color Harmonies of #218040
Complementary color
Monochromatic Colors of #218040
Black with #218040
Text Example
Text Example
White with #218040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218040; }
p { color: rgb(33,128,64); }
H1.HeaderClassName
{
color: #218040;
}
.AnyTagClassName
{
color: #218040;
}
</style>
background-color css
<style>
a { background-color: #218040; }
a { background-color: rgb(33,128,64); }
div.DivClassName
{
background-color: #218040;
}
.BgClassName
{
background-color: #218040;
}
</style>
border-color css
<style>
span { border-color: #218040; }
span { border-color: rgb(33,128,64); }
td.TdClassName
{
border-color: #218040;
}
.TagClassName
{
border-color: #218040;
}
</style>