Shades of Salem #02854D
Tints of Salem #02854D
RGB
CMYK
RGB Variations
Color information
#02854D (or 0x02854D) is known color: Salem. HEX triplet: 02, 85 and 4D. RGB value is (2,133,77). Sum of RGB (Red+Green+Blue) = 2+133+77=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #02854D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02854D is #FD7AB2. Grayscale: #575757. Windows color (decimal): -16612019 or 5080322. OLE color: 5080322.
HSL color Cylindrical-coordinate representation of color #02854D: hue angle of 154.35º 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 #02854D is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 133 | 77 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.48 |
| HSL | 154.35º | 0.97% | 0.26% | - |
| HSV(B) | 154.35º | 0.98% | 0.52% | - |
| XYZ | 9.75 | 17.32 | 9.85 | - |
| YUV | 87.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 77 | 0.98 | 0 | 0.42 | 0.48 | 154.35 | 0.97 | 0.26 |
| Hex | 2 | 85 | 4D | 62 | 0 | 2A | 30 | 9A | 61 | 1A |
| Octal | 2 | 205 | 115 | 142 | 0 | 52 | 60 | 232 | 141 | 32 |
| Binary | 10 | 10000101 | 1001101 | 1100010 | 0 | 101010 | 110000 | 10011010 | 1100001 | 11010 |
Color Harmonies of #02854D
Complementary color
Monochromatic Colors of #02854D
Black with #02854D
Text Example
Text Example
White with #02854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02854D; }
p { color: rgb(2,133,77); }
H1.HeaderClassName
{
color: #02854D;
}
.AnyTagClassName
{
color: #02854D;
}
</style>
background-color css
<style>
a { background-color: #02854D; }
a { background-color: rgb(2,133,77); }
div.DivClassName
{
background-color: #02854D;
}
.BgClassName
{
background-color: #02854D;
}
</style>
border-color css
<style>
span { border-color: #02854D; }
span { border-color: rgb(2,133,77); }
td.TdClassName
{
border-color: #02854D;
}
.TagClassName
{
border-color: #02854D;
}
</style>