Shades of Salem #02864D
Tints of Salem #02864D
RGB
CMYK
RGB Variations
Color information
#02864D (or 0x02864D) is known color: Salem. HEX triplet: 02, 86 and 4D. RGB value is (2,134,77). Sum of RGB (Red+Green+Blue) = 2+134+77=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #02864D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02864D is #FD79B2. Grayscale: #585858. Windows color (decimal): -16611763 or 5080578. OLE color: 5080578.
HSL color Cylindrical-coordinate representation of color #02864D: hue angle of 154.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02864D is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 77 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.47 |
| HSL | 154.09º | 0.97% | 0.27% | - |
| HSV(B) | 154.09º | 0.99% | 0.53% | - |
| XYZ | 9.89 | 17.6 | 9.9 | - |
| YUV | 88.03 | 121.77 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 77 | 0.99 | 0 | 0.43 | 0.47 | 154.09 | 0.97 | 0.27 |
| Hex | 2 | 86 | 4D | 63 | 0 | 2B | 2F | 9A | 61 | 1B |
| Octal | 2 | 206 | 115 | 143 | 0 | 53 | 57 | 232 | 141 | 33 |
| Binary | 10 | 10000110 | 1001101 | 1100011 | 0 | 101011 | 101111 | 10011010 | 1100001 | 11011 |
Color Harmonies of #02864D
Complementary color
Monochromatic Colors of #02864D
Black with #02864D
Text Example
Text Example
White with #02864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02864D; }
p { color: rgb(2,134,77); }
H1.HeaderClassName
{
color: #02864D;
}
.AnyTagClassName
{
color: #02864D;
}
</style>
background-color css
<style>
a { background-color: #02864D; }
a { background-color: rgb(2,134,77); }
div.DivClassName
{
background-color: #02864D;
}
.BgClassName
{
background-color: #02864D;
}
</style>
border-color css
<style>
span { border-color: #02864D; }
span { border-color: rgb(2,134,77); }
td.TdClassName
{
border-color: #02864D;
}
.TagClassName
{
border-color: #02864D;
}
</style>