Shades of Dark Spring Green #217045
Tints of Dark Spring Green #217045
RGB
CMYK
RGB Variations
Color information
#217045 (or 0x217045) is known color: Dark Spring Green. HEX triplet: 21, 70 and 45. RGB value is (33,112,69). Sum of RGB (Red+Green+Blue) = 33+112+69=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #217045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217045 is #DE8FBA. Grayscale: #535353. Windows color (decimal): -14585787 or 4550689. OLE color: 4550689.
HSL color Cylindrical-coordinate representation of color #217045: hue angle of 147.34º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217045 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 69 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.56 |
| HSL | 147.34º | 0.54% | 0.28% | - |
| HSV(B) | 147.34º | 0.71% | 0.44% | - |
| XYZ | 7.5 | 12.34 | 7.62 | - |
| YUV | 83.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 69 | 0.71 | 0 | 0.38 | 0.56 | 147.34 | 0.54 | 0.28 |
| Hex | 21 | 70 | 45 | 47 | 0 | 26 | 38 | 93 | 36 | 1C |
| Octal | 41 | 160 | 105 | 107 | 0 | 46 | 70 | 223 | 66 | 34 |
| Binary | 100001 | 1110000 | 1000101 | 1000111 | 0 | 100110 | 111000 | 10010011 | 110110 | 11100 |
Color Harmonies of #217045
Complementary color
Monochromatic Colors of #217045
Black with #217045
Text Example
Text Example
White with #217045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217045; }
p { color: rgb(33,112,69); }
H1.HeaderClassName
{
color: #217045;
}
.AnyTagClassName
{
color: #217045;
}
</style>
background-color css
<style>
a { background-color: #217045; }
a { background-color: rgb(33,112,69); }
div.DivClassName
{
background-color: #217045;
}
.BgClassName
{
background-color: #217045;
}
</style>
border-color css
<style>
span { border-color: #217045; }
span { border-color: rgb(33,112,69); }
td.TdClassName
{
border-color: #217045;
}
.TagClassName
{
border-color: #217045;
}
</style>