Shades of Salem #02863D
Tints of Salem #02863D
RGB
CMYK
RGB Variations
Color information
#02863D (or 0x02863D) is known color: Salem. HEX triplet: 02, 86 and 3D. RGB value is (2,134,61). Sum of RGB (Red+Green+Blue) = 2+134+61=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #02863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02863D is #FD79C2. Grayscale: #565656. Windows color (decimal): -16611779 or 4032002. OLE color: 4032002.
HSL color Cylindrical-coordinate representation of color #02863D: hue angle of 146.82º 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 #02863D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 134 | 61 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.47 |
| HSL | 146.82º | 0.97% | 0.27% | - |
| HSV(B) | 146.82º | 0.99% | 0.53% | - |
| XYZ | 9.39 | 17.4 | 7.28 | - |
| YUV | 86.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 61 | 0.99 | 0 | 0.54 | 0.47 | 146.82 | 0.97 | 0.27 |
| Hex | 2 | 86 | 3D | 63 | 0 | 36 | 2F | 93 | 61 | 1B |
| Octal | 2 | 206 | 75 | 143 | 0 | 66 | 57 | 223 | 141 | 33 |
| Binary | 10 | 10000110 | 111101 | 1100011 | 0 | 110110 | 101111 | 10010011 | 1100001 | 11011 |
Color Harmonies of #02863D
Complementary color
Monochromatic Colors of #02863D
Black with #02863D
Text Example
Text Example
White with #02863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02863D; }
p { color: rgb(2,134,61); }
H1.HeaderClassName
{
color: #02863D;
}
.AnyTagClassName
{
color: #02863D;
}
</style>
background-color css
<style>
a { background-color: #02863D; }
a { background-color: rgb(2,134,61); }
div.DivClassName
{
background-color: #02863D;
}
.BgClassName
{
background-color: #02863D;
}
</style>
border-color css
<style>
span { border-color: #02863D; }
span { border-color: rgb(2,134,61); }
td.TdClassName
{
border-color: #02863D;
}
.TagClassName
{
border-color: #02863D;
}
</style>