Shades of Dark Spring Green #218043
Tints of Dark Spring Green #218043
RGB
CMYK
RGB Variations
Color information
#218043 (or 0x218043) is known color: Dark Spring Green. HEX triplet: 21, 80 and 43. RGB value is (33,128,67). Sum of RGB (Red+Green+Blue) = 33+128+67=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #218043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218043 is #DE7FBC. Grayscale: #5C5C5C. Windows color (decimal): -14581693 or 4423713. OLE color: 4423713.
HSL color Cylindrical-coordinate representation of color #218043: hue angle of 141.47º 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 #218043 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 67 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.50 |
| HSL | 141.47º | 0.59% | 0.32% | - |
| HSV(B) | 141.47º | 0.74% | 0.5% | - |
| XYZ | 9.36 | 16.17 | 7.94 | - |
| YUV | 92.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 67 | 0.74 | 0 | 0.48 | 0.50 | 141.47 | 0.59 | 0.32 |
| Hex | 21 | 80 | 43 | 4A | 0 | 30 | 32 | 8D | 3B | 20 |
| Octal | 41 | 200 | 103 | 112 | 0 | 60 | 62 | 215 | 73 | 40 |
| Binary | 100001 | 10000000 | 1000011 | 1001010 | 0 | 110000 | 110010 | 10001101 | 111011 | 100000 |
Color Harmonies of #218043
Complementary color
Monochromatic Colors of #218043
Black with #218043
Text Example
Text Example
White with #218043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218043; }
p { color: rgb(33,128,67); }
H1.HeaderClassName
{
color: #218043;
}
.AnyTagClassName
{
color: #218043;
}
</style>
background-color css
<style>
a { background-color: #218043; }
a { background-color: rgb(33,128,67); }
div.DivClassName
{
background-color: #218043;
}
.BgClassName
{
background-color: #218043;
}
</style>
border-color css
<style>
span { border-color: #218043; }
span { border-color: rgb(33,128,67); }
td.TdClassName
{
border-color: #218043;
}
.TagClassName
{
border-color: #218043;
}
</style>