Shades of Salem #02874A
Tints of Salem #02874A
RGB
CMYK
RGB Variations
Color information
#02874A (or 0x02874A) is known color: Salem. HEX triplet: 02, 87 and 4A. RGB value is (2,135,74). Sum of RGB (Red+Green+Blue) = 2+135+74=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #02874A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02874A is #FD78B5. Grayscale: #585858. Windows color (decimal): -16611510 or 4884226. OLE color: 4884226.
HSL color Cylindrical-coordinate representation of color #02874A: hue angle of 152.48º 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 #02874A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 135 | 74 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.47 |
| HSL | 152.48º | 0.97% | 0.27% | - |
| HSV(B) | 152.48º | 0.99% | 0.53% | - |
| XYZ | 9.93 | 17.84 | 9.4 | - |
| YUV | 88.28 | 119.94 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 74 | 0.99 | 0 | 0.45 | 0.47 | 152.48 | 0.97 | 0.27 |
| Hex | 2 | 87 | 4A | 63 | 0 | 2D | 2F | 98 | 61 | 1B |
| Octal | 2 | 207 | 112 | 143 | 0 | 55 | 57 | 230 | 141 | 33 |
| Binary | 10 | 10000111 | 1001010 | 1100011 | 0 | 101101 | 101111 | 10011000 | 1100001 | 11011 |
Color Harmonies of #02874A
Complementary color
Monochromatic Colors of #02874A
Black with #02874A
Text Example
Text Example
White with #02874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02874A; }
p { color: rgb(2,135,74); }
H1.HeaderClassName
{
color: #02874A;
}
.AnyTagClassName
{
color: #02874A;
}
</style>
background-color css
<style>
a { background-color: #02874A; }
a { background-color: rgb(2,135,74); }
div.DivClassName
{
background-color: #02874A;
}
.BgClassName
{
background-color: #02874A;
}
</style>
border-color css
<style>
span { border-color: #02874A; }
span { border-color: rgb(2,135,74); }
td.TdClassName
{
border-color: #02874A;
}
.TagClassName
{
border-color: #02874A;
}
</style>