Shades of Salem #02844D
Tints of Salem #02844D
RGB
CMYK
RGB Variations
Color information
#02844D (or 0x02844D) is known color: Salem. HEX triplet: 02, 84 and 4D. RGB value is (2,132,77). Sum of RGB (Red+Green+Blue) = 2+132+77=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #02844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02844D is #FD7BB2. Grayscale: #565656. Windows color (decimal): -16612275 or 5080066. OLE color: 5080066.
HSL color Cylindrical-coordinate representation of color #02844D: hue angle of 154.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02844D is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 132 | 77 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.48 |
| HSL | 154.62º | 0.97% | 0.26% | - |
| HSV(B) | 154.62º | 0.98% | 0.52% | - |
| XYZ | 9.62 | 17.05 | 9.81 | - |
| YUV | 86.86 | 122.43 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 77 | 0.98 | 0 | 0.42 | 0.48 | 154.62 | 0.97 | 0.26 |
| Hex | 2 | 84 | 4D | 62 | 0 | 2A | 30 | 9B | 61 | 1A |
| Octal | 2 | 204 | 115 | 142 | 0 | 52 | 60 | 233 | 141 | 32 |
| Binary | 10 | 10000100 | 1001101 | 1100010 | 0 | 101010 | 110000 | 10011011 | 1100001 | 11010 |
Color Harmonies of #02844D
Complementary color
Monochromatic Colors of #02844D
Black with #02844D
Text Example
Text Example
White with #02844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02844D; }
p { color: rgb(2,132,77); }
H1.HeaderClassName
{
color: #02844D;
}
.AnyTagClassName
{
color: #02844D;
}
</style>
background-color css
<style>
a { background-color: #02844D; }
a { background-color: rgb(2,132,77); }
div.DivClassName
{
background-color: #02844D;
}
.BgClassName
{
background-color: #02844D;
}
</style>
border-color css
<style>
span { border-color: #02844D; }
span { border-color: rgb(2,132,77); }
td.TdClassName
{
border-color: #02844D;
}
.TagClassName
{
border-color: #02844D;
}
</style>