Shades of Salem #02893C
Tints of Salem #02893C
RGB
CMYK
RGB Variations
Color information
#02893C (or 0x02893C) is known color: Salem. HEX triplet: 02, 89 and 3C. RGB value is (2,137,60). Sum of RGB (Red+Green+Blue) = 2+137+60=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 137 (53.91% from 255 or 68.84% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 137 - color contains mainly: green. Hex color #02893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02893C is #FD76C3. Grayscale: #585858. Windows color (decimal): -16611012 or 3967234. OLE color: 3967234.
HSL color Cylindrical-coordinate representation of color #02893C: hue angle of 145.78º 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 #02893C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 137 | 60 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.46 |
| HSL | 145.78º | 0.97% | 0.27% | - |
| HSV(B) | 145.78º | 0.99% | 0.54% | - |
| XYZ | 9.79 | 18.23 | 7.28 | - |
| YUV | 87.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 60 | 0.99 | 0 | 0.56 | 0.46 | 145.78 | 0.97 | 0.27 |
| Hex | 2 | 89 | 3C | 63 | 0 | 38 | 2E | 92 | 61 | 1B |
| Octal | 2 | 211 | 74 | 143 | 0 | 70 | 56 | 222 | 141 | 33 |
| Binary | 10 | 10001001 | 111100 | 1100011 | 0 | 111000 | 101110 | 10010010 | 1100001 | 11011 |
Color Harmonies of #02893C
Complementary color
Monochromatic Colors of #02893C
Black with #02893C
Text Example
Text Example
White with #02893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02893C; }
p { color: rgb(2,137,60); }
H1.HeaderClassName
{
color: #02893C;
}
.AnyTagClassName
{
color: #02893C;
}
</style>
background-color css
<style>
a { background-color: #02893C; }
a { background-color: rgb(2,137,60); }
div.DivClassName
{
background-color: #02893C;
}
.BgClassName
{
background-color: #02893C;
}
</style>
border-color css
<style>
span { border-color: #02893C; }
span { border-color: rgb(2,137,60); }
td.TdClassName
{
border-color: #02893C;
}
.TagClassName
{
border-color: #02893C;
}
</style>