Shades of Dark Spring Green #217F43
Tints of Dark Spring Green #217F43
RGB
CMYK
RGB Variations
Color information
#217F43 (or 0x217F43) is known color: Dark Spring Green. HEX triplet: 21, 7F and 43. RGB value is (33,127,67). Sum of RGB (Red+Green+Blue) = 33+127+67=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #217F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F43 is #DE80BC. Grayscale: #5C5C5C. Windows color (decimal): -14581949 or 4423457. OLE color: 4423457.
HSL color Cylindrical-coordinate representation of color #217F43: hue angle of 141.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F43 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 67 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.50 |
| HSL | 141.7º | 0.59% | 0.31% | - |
| HSV(B) | 141.7º | 0.74% | 0.5% | - |
| XYZ | 9.23 | 15.91 | 7.89 | - |
| YUV | 92.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 67 | 0.74 | 0 | 0.47 | 0.50 | 141.7 | 0.59 | 0.31 |
| Hex | 21 | 7F | 43 | 4A | 0 | 2F | 32 | 8E | 3B | 1F |
| Octal | 41 | 177 | 103 | 112 | 0 | 57 | 62 | 216 | 73 | 37 |
| Binary | 100001 | 1111111 | 1000011 | 1001010 | 0 | 101111 | 110010 | 10001110 | 111011 | 11111 |
Color Harmonies of #217F43
Complementary color
Monochromatic Colors of #217F43
Black with #217F43
Text Example
Text Example
White with #217F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F43; }
p { color: rgb(33,127,67); }
H1.HeaderClassName
{
color: #217F43;
}
.AnyTagClassName
{
color: #217F43;
}
</style>
background-color css
<style>
a { background-color: #217F43; }
a { background-color: rgb(33,127,67); }
div.DivClassName
{
background-color: #217F43;
}
.BgClassName
{
background-color: #217F43;
}
</style>
border-color css
<style>
span { border-color: #217F43; }
span { border-color: rgb(33,127,67); }
td.TdClassName
{
border-color: #217F43;
}
.TagClassName
{
border-color: #217F43;
}
</style>