Shades of Salem #02894C
Tints of Salem #02894C
RGB
CMYK
RGB Variations
Color information
#02894C (or 0x02894C) is known color: Salem. HEX triplet: 02, 89 and 4C. RGB value is (2,137,76). Sum of RGB (Red+Green+Blue) = 2+137+76=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #02894C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02894C is #FD76B3. Grayscale: #595959. Windows color (decimal): -16610996 or 5015810. OLE color: 5015810.
HSL color Cylindrical-coordinate representation of color #02894C: hue angle of 152.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02894C is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 137 | 76 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.46 |
| HSL | 152.89º | 0.97% | 0.27% | - |
| HSV(B) | 152.89º | 0.99% | 0.54% | - |
| XYZ | 10.28 | 18.43 | 9.85 | - |
| YUV | 89.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 76 | 0.99 | 0 | 0.45 | 0.46 | 152.89 | 0.97 | 0.27 |
| Hex | 2 | 89 | 4C | 63 | 0 | 2D | 2E | 99 | 61 | 1B |
| Octal | 2 | 211 | 114 | 143 | 0 | 55 | 56 | 231 | 141 | 33 |
| Binary | 10 | 10001001 | 1001100 | 1100011 | 0 | 101101 | 101110 | 10011001 | 1100001 | 11011 |
Color Harmonies of #02894C
Complementary color
Monochromatic Colors of #02894C
Black with #02894C
Text Example
Text Example
White with #02894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02894C; }
p { color: rgb(2,137,76); }
H1.HeaderClassName
{
color: #02894C;
}
.AnyTagClassName
{
color: #02894C;
}
</style>
background-color css
<style>
a { background-color: #02894C; }
a { background-color: rgb(2,137,76); }
div.DivClassName
{
background-color: #02894C;
}
.BgClassName
{
background-color: #02894C;
}
</style>
border-color css
<style>
span { border-color: #02894C; }
span { border-color: rgb(2,137,76); }
td.TdClassName
{
border-color: #02894C;
}
.TagClassName
{
border-color: #02894C;
}
</style>