Shades of Dark Spring Green #216F43
Tints of Dark Spring Green #216F43
RGB
CMYK
RGB Variations
Color information
#216F43 (or 0x216F43) is known color: Dark Spring Green. HEX triplet: 21, 6F and 43. RGB value is (33,111,67). Sum of RGB (Red+Green+Blue) = 33+111+67=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #216F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216F43 is #DE90BC. Grayscale: #525252. Windows color (decimal): -14586045 or 4419361. OLE color: 4419361.
HSL color Cylindrical-coordinate representation of color #216F43: hue angle of 146.15º 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 #216F43 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 111 | 67 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.56 |
| HSL | 146.15º | 0.54% | 0.28% | - |
| HSV(B) | 146.15º | 0.7% | 0.44% | - |
| XYZ | 7.32 | 12.1 | 7.26 | - |
| YUV | 82.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 67 | 0.70 | 0 | 0.40 | 0.56 | 146.15 | 0.54 | 0.28 |
| Hex | 21 | 6F | 43 | 46 | 0 | 28 | 38 | 92 | 36 | 1C |
| Octal | 41 | 157 | 103 | 106 | 0 | 50 | 70 | 222 | 66 | 34 |
| Binary | 100001 | 1101111 | 1000011 | 1000110 | 0 | 101000 | 111000 | 10010010 | 110110 | 11100 |
Color Harmonies of #216F43
Complementary color
Monochromatic Colors of #216F43
Black with #216F43
Text Example
Text Example
White with #216F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F43; }
p { color: rgb(33,111,67); }
H1.HeaderClassName
{
color: #216F43;
}
.AnyTagClassName
{
color: #216F43;
}
</style>
background-color css
<style>
a { background-color: #216F43; }
a { background-color: rgb(33,111,67); }
div.DivClassName
{
background-color: #216F43;
}
.BgClassName
{
background-color: #216F43;
}
</style>
border-color css
<style>
span { border-color: #216F43; }
span { border-color: rgb(33,111,67); }
td.TdClassName
{
border-color: #216F43;
}
.TagClassName
{
border-color: #216F43;
}
</style>