Shades of Salem #02834D
Tints of Salem #02834D
RGB
CMYK
RGB Variations
Color information
#02834D (or 0x02834D) is known color: Salem. HEX triplet: 02, 83 and 4D. RGB value is (2,131,77). Sum of RGB (Red+Green+Blue) = 2+131+77=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #02834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02834D is #FD7CB2. Grayscale: #565656. Windows color (decimal): -16612531 or 5079810. OLE color: 5079810.
HSL color Cylindrical-coordinate representation of color #02834D: hue angle of 154.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02834D is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 131 | 77 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.49 |
| HSL | 154.88º | 0.97% | 0.26% | - |
| HSV(B) | 154.88º | 0.98% | 0.51% | - |
| XYZ | 9.48 | 16.78 | 9.76 | - |
| YUV | 86.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 77 | 0.98 | 0 | 0.41 | 0.49 | 154.88 | 0.97 | 0.26 |
| Hex | 2 | 83 | 4D | 62 | 0 | 29 | 31 | 9B | 61 | 1A |
| Octal | 2 | 203 | 115 | 142 | 0 | 51 | 61 | 233 | 141 | 32 |
| Binary | 10 | 10000011 | 1001101 | 1100010 | 0 | 101001 | 110001 | 10011011 | 1100001 | 11010 |
Color Harmonies of #02834D
Complementary color
Monochromatic Colors of #02834D
Black with #02834D
Text Example
Text Example
White with #02834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02834D; }
p { color: rgb(2,131,77); }
H1.HeaderClassName
{
color: #02834D;
}
.AnyTagClassName
{
color: #02834D;
}
</style>
background-color css
<style>
a { background-color: #02834D; }
a { background-color: rgb(2,131,77); }
div.DivClassName
{
background-color: #02834D;
}
.BgClassName
{
background-color: #02834D;
}
</style>
border-color css
<style>
span { border-color: #02834D; }
span { border-color: rgb(2,131,77); }
td.TdClassName
{
border-color: #02834D;
}
.TagClassName
{
border-color: #02834D;
}
</style>