Shades of Dark Spring Green #217344
Tints of Dark Spring Green #217344
RGB
CMYK
RGB Variations
Color information
#217344 (or 0x217344) is known color: Dark Spring Green. HEX triplet: 21, 73 and 44. RGB value is (33,115,68). Sum of RGB (Red+Green+Blue) = 33+115+68=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #217344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217344 is #DE8CBB. Grayscale: #555555. Windows color (decimal): -14585020 or 4485921. OLE color: 4485921.
HSL color Cylindrical-coordinate representation of color #217344: hue angle of 145.61º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217344 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 68 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.55 |
| HSL | 145.61º | 0.55% | 0.29% | - |
| HSV(B) | 145.61º | 0.71% | 0.45% | - |
| XYZ | 7.8 | 13 | 7.57 | - |
| YUV | 85.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 68 | 0.71 | 0 | 0.41 | 0.55 | 145.61 | 0.55 | 0.29 |
| Hex | 21 | 73 | 44 | 47 | 0 | 29 | 37 | 92 | 37 | 1D |
| Octal | 41 | 163 | 104 | 107 | 0 | 51 | 67 | 222 | 67 | 35 |
| Binary | 100001 | 1110011 | 1000100 | 1000111 | 0 | 101001 | 110111 | 10010010 | 110111 | 11101 |
Color Harmonies of #217344
Complementary color
Monochromatic Colors of #217344
Black with #217344
Text Example
Text Example
White with #217344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217344; }
p { color: rgb(33,115,68); }
H1.HeaderClassName
{
color: #217344;
}
.AnyTagClassName
{
color: #217344;
}
</style>
background-color css
<style>
a { background-color: #217344; }
a { background-color: rgb(33,115,68); }
div.DivClassName
{
background-color: #217344;
}
.BgClassName
{
background-color: #217344;
}
</style>
border-color css
<style>
span { border-color: #217344; }
span { border-color: rgb(33,115,68); }
td.TdClassName
{
border-color: #217344;
}
.TagClassName
{
border-color: #217344;
}
</style>