Shades of Salem #217F46
Tints of Salem #217F46
RGB
CMYK
RGB Variations
Color information
#217F46 (or 0x217F46) is known color: Salem. HEX triplet: 21, 7F and 46. RGB value is (33,127,70). Sum of RGB (Red+Green+Blue) = 33+127+70=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #217F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F46 is #DE80B9. Grayscale: #5C5C5C. Windows color (decimal): -14581946 or 4620065. OLE color: 4620065.
HSL color Cylindrical-coordinate representation of color #217F46: hue angle of 143.62º 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 #217F46 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 70 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.50 |
| HSL | 143.62º | 0.59% | 0.31% | - |
| HSV(B) | 143.62º | 0.74% | 0.5% | - |
| XYZ | 9.32 | 15.94 | 8.38 | - |
| YUV | 92.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 70 | 0.74 | 0 | 0.45 | 0.50 | 143.62 | 0.59 | 0.31 |
| Hex | 21 | 7F | 46 | 4A | 0 | 2D | 32 | 90 | 3B | 1F |
| Octal | 41 | 177 | 106 | 112 | 0 | 55 | 62 | 220 | 73 | 37 |
| Binary | 100001 | 1111111 | 1000110 | 1001010 | 0 | 101101 | 110010 | 10010000 | 111011 | 11111 |
Color Harmonies of #217F46
Complementary color
Monochromatic Colors of #217F46
Black with #217F46
Text Example
Text Example
White with #217F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F46; }
p { color: rgb(33,127,70); }
H1.HeaderClassName
{
color: #217F46;
}
.AnyTagClassName
{
color: #217F46;
}
</style>
background-color css
<style>
a { background-color: #217F46; }
a { background-color: rgb(33,127,70); }
div.DivClassName
{
background-color: #217F46;
}
.BgClassName
{
background-color: #217F46;
}
</style>
border-color css
<style>
span { border-color: #217F46; }
span { border-color: rgb(33,127,70); }
td.TdClassName
{
border-color: #217F46;
}
.TagClassName
{
border-color: #217F46;
}
</style>