Shades of Dark Spring Green #218240
Tints of Dark Spring Green #218240
RGB
CMYK
RGB Variations
Color information
#218240 (or 0x218240) is known color: Dark Spring Green. HEX triplet: 21, 82 and 40. RGB value is (33,130,64). Sum of RGB (Red+Green+Blue) = 33+130+64=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #218240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218240 is #DE7DBF. Grayscale: #5D5D5D. Windows color (decimal): -14581184 or 4227617. OLE color: 4227617.
HSL color Cylindrical-coordinate representation of color #218240: hue angle of 139.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218240 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 64 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.49 |
| HSL | 139.18º | 0.6% | 0.32% | - |
| HSV(B) | 139.18º | 0.75% | 0.51% | - |
| XYZ | 9.54 | 16.66 | 7.56 | - |
| YUV | 93.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 64 | 0.75 | 0 | 0.51 | 0.49 | 139.18 | 0.6 | 0.32 |
| Hex | 21 | 82 | 40 | 4B | 0 | 33 | 31 | 8B | 3C | 20 |
| Octal | 41 | 202 | 100 | 113 | 0 | 63 | 61 | 213 | 74 | 40 |
| Binary | 100001 | 10000010 | 1000000 | 1001011 | 0 | 110011 | 110001 | 10001011 | 111100 | 100000 |
Color Harmonies of #218240
Complementary color
Monochromatic Colors of #218240
Black with #218240
Text Example
Text Example
White with #218240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218240; }
p { color: rgb(33,130,64); }
H1.HeaderClassName
{
color: #218240;
}
.AnyTagClassName
{
color: #218240;
}
</style>
background-color css
<style>
a { background-color: #218240; }
a { background-color: rgb(33,130,64); }
div.DivClassName
{
background-color: #218240;
}
.BgClassName
{
background-color: #218240;
}
</style>
border-color css
<style>
span { border-color: #218240; }
span { border-color: rgb(33,130,64); }
td.TdClassName
{
border-color: #218240;
}
.TagClassName
{
border-color: #218240;
}
</style>