Shades of Dark Spring Green #216F46
Tints of Dark Spring Green #216F46
RGB
CMYK
RGB Variations
Color information
#216F46 (or 0x216F46) is known color: Dark Spring Green. HEX triplet: 21, 6F and 46. RGB value is (33,111,70). Sum of RGB (Red+Green+Blue) = 33+111+70=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #216F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216F46 is #DE90B9. Grayscale: #535353. Windows color (decimal): -14586042 or 4615969. OLE color: 4615969.
HSL color Cylindrical-coordinate representation of color #216F46: hue angle of 148.46º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F46 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 111 | 70 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.56 |
| HSL | 148.46º | 0.54% | 0.28% | - |
| HSV(B) | 148.46º | 0.7% | 0.44% | - |
| XYZ | 7.42 | 12.13 | 7.75 | - |
| YUV | 83 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 70 | 0.70 | 0 | 0.37 | 0.56 | 148.46 | 0.54 | 0.28 |
| Hex | 21 | 6F | 46 | 46 | 0 | 25 | 38 | 94 | 36 | 1C |
| Octal | 41 | 157 | 106 | 106 | 0 | 45 | 70 | 224 | 66 | 34 |
| Binary | 100001 | 1101111 | 1000110 | 1000110 | 0 | 100101 | 111000 | 10010100 | 110110 | 11100 |
Color Harmonies of #216F46
Complementary color
Monochromatic Colors of #216F46
Black with #216F46
Text Example
Text Example
White with #216F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F46; }
p { color: rgb(33,111,70); }
H1.HeaderClassName
{
color: #216F46;
}
.AnyTagClassName
{
color: #216F46;
}
</style>
background-color css
<style>
a { background-color: #216F46; }
a { background-color: rgb(33,111,70); }
div.DivClassName
{
background-color: #216F46;
}
.BgClassName
{
background-color: #216F46;
}
</style>
border-color css
<style>
span { border-color: #216F46; }
span { border-color: rgb(33,111,70); }
td.TdClassName
{
border-color: #216F46;
}
.TagClassName
{
border-color: #216F46;
}
</style>