Shades of Dark Spring Green #218440
Tints of Dark Spring Green #218440
RGB
CMYK
RGB Variations
Color information
#218440 (or 0x218440) is known color: Dark Spring Green. HEX triplet: 21, 84 and 40. RGB value is (33,132,64). Sum of RGB (Red+Green+Blue) = 33+132+64=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #218440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218440 is #DE7BBF. Grayscale: #5E5E5E. Windows color (decimal): -14580672 or 4228129. OLE color: 4228129.
HSL color Cylindrical-coordinate representation of color #218440: hue angle of 138.79º 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 #218440 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 64 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.48 |
| HSL | 138.79º | 0.6% | 0.32% | - |
| HSV(B) | 138.79º | 0.75% | 0.52% | - |
| XYZ | 9.8 | 17.2 | 7.65 | - |
| YUV | 94.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 64 | 0.75 | 0 | 0.52 | 0.48 | 138.79 | 0.6 | 0.32 |
| Hex | 21 | 84 | 40 | 4B | 0 | 34 | 30 | 8B | 3C | 20 |
| Octal | 41 | 204 | 100 | 113 | 0 | 64 | 60 | 213 | 74 | 40 |
| Binary | 100001 | 10000100 | 1000000 | 1001011 | 0 | 110100 | 110000 | 10001011 | 111100 | 100000 |
Color Harmonies of #218440
Complementary color
Monochromatic Colors of #218440
Black with #218440
Text Example
Text Example
White with #218440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218440; }
p { color: rgb(33,132,64); }
H1.HeaderClassName
{
color: #218440;
}
.AnyTagClassName
{
color: #218440;
}
</style>
background-color css
<style>
a { background-color: #218440; }
a { background-color: rgb(33,132,64); }
div.DivClassName
{
background-color: #218440;
}
.BgClassName
{
background-color: #218440;
}
</style>
border-color css
<style>
span { border-color: #218440; }
span { border-color: rgb(33,132,64); }
td.TdClassName
{
border-color: #218440;
}
.TagClassName
{
border-color: #218440;
}
</style>