Shades of Salem #218245
Tints of Salem #218245
RGB
CMYK
RGB Variations
Color information
#218245 (or 0x218245) is known color: Salem. HEX triplet: 21, 82 and 45. RGB value is (33,130,69). Sum of RGB (Red+Green+Blue) = 33+130+69=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #218245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218245 is #DE7DBA. Grayscale: #5E5E5E. Windows color (decimal): -14581179 or 4555297. OLE color: 4555297.
HSL color Cylindrical-coordinate representation of color #218245: hue angle of 142.27º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218245 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 69 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.49 |
| HSL | 142.27º | 0.6% | 0.32% | - |
| HSV(B) | 142.27º | 0.75% | 0.51% | - |
| XYZ | 9.68 | 16.72 | 8.35 | - |
| YUV | 94.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 69 | 0.75 | 0 | 0.47 | 0.49 | 142.27 | 0.6 | 0.32 |
| Hex | 21 | 82 | 45 | 4B | 0 | 2F | 31 | 8E | 3C | 20 |
| Octal | 41 | 202 | 105 | 113 | 0 | 57 | 61 | 216 | 74 | 40 |
| Binary | 100001 | 10000010 | 1000101 | 1001011 | 0 | 101111 | 110001 | 10001110 | 111100 | 100000 |
Color Harmonies of #218245
Complementary color
Monochromatic Colors of #218245
Black with #218245
Text Example
Text Example
White with #218245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218245; }
p { color: rgb(33,130,69); }
H1.HeaderClassName
{
color: #218245;
}
.AnyTagClassName
{
color: #218245;
}
</style>
background-color css
<style>
a { background-color: #218245; }
a { background-color: rgb(33,130,69); }
div.DivClassName
{
background-color: #218245;
}
.BgClassName
{
background-color: #218245;
}
</style>
border-color css
<style>
span { border-color: #218245; }
span { border-color: rgb(33,130,69); }
td.TdClassName
{
border-color: #218245;
}
.TagClassName
{
border-color: #218245;
}
</style>