Shades of Dark Spring Green #217B45
Tints of Dark Spring Green #217B45
RGB
CMYK
RGB Variations
Color information
#217B45 (or 0x217B45) is known color: Dark Spring Green. HEX triplet: 21, 7B and 45. RGB value is (33,123,69). Sum of RGB (Red+Green+Blue) = 33+123+69=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #217B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B45 is #DE84BA. Grayscale: #5A5A5A. Windows color (decimal): -14582971 or 4553505. OLE color: 4553505.
HSL color Cylindrical-coordinate representation of color #217B45: hue angle of 144º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B45 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 69 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.52 |
| HSL | 144º | 0.58% | 0.31% | - |
| HSV(B) | 144º | 0.73% | 0.48% | - |
| XYZ | 8.78 | 14.92 | 8.05 | - |
| YUV | 89.93 | 116.18 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 69 | 0.73 | 0 | 0.44 | 0.52 | 144 | 0.58 | 0.31 |
| Hex | 21 | 7B | 45 | 49 | 0 | 2C | 34 | 90 | 3A | 1F |
| Octal | 41 | 173 | 105 | 111 | 0 | 54 | 64 | 220 | 72 | 37 |
| Binary | 100001 | 1111011 | 1000101 | 1001001 | 0 | 101100 | 110100 | 10010000 | 111010 | 11111 |
Color Harmonies of #217B45
Complementary color
Monochromatic Colors of #217B45
Black with #217B45
Text Example
Text Example
White with #217B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B45; }
p { color: rgb(33,123,69); }
H1.HeaderClassName
{
color: #217B45;
}
.AnyTagClassName
{
color: #217B45;
}
</style>
background-color css
<style>
a { background-color: #217B45; }
a { background-color: rgb(33,123,69); }
div.DivClassName
{
background-color: #217B45;
}
.BgClassName
{
background-color: #217B45;
}
</style>
border-color css
<style>
span { border-color: #217B45; }
span { border-color: rgb(33,123,69); }
td.TdClassName
{
border-color: #217B45;
}
.TagClassName
{
border-color: #217B45;
}
</style>