Shades of Salem #02843F
Tints of Salem #02843F
RGB
CMYK
RGB Variations
Color information
#02843F (or 0x02843F) is known color: Salem. HEX triplet: 02, 84 and 3F. RGB value is (2,132,63). Sum of RGB (Red+Green+Blue) = 2+132+63=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #02843F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02843F is #FD7BC0. Grayscale: #555555. Windows color (decimal): -16612289 or 4162562. OLE color: 4162562.
HSL color Cylindrical-coordinate representation of color #02843F: hue angle of 148.15º 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 #02843F is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 132 | 63 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.48 |
| HSL | 148.15º | 0.97% | 0.26% | - |
| HSV(B) | 148.15º | 0.98% | 0.52% | - |
| XYZ | 9.17 | 16.87 | 7.48 | - |
| YUV | 85.26 | 115.43 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 63 | 0.98 | 0 | 0.52 | 0.48 | 148.15 | 0.97 | 0.26 |
| Hex | 2 | 84 | 3F | 62 | 0 | 34 | 30 | 94 | 61 | 1A |
| Octal | 2 | 204 | 77 | 142 | 0 | 64 | 60 | 224 | 141 | 32 |
| Binary | 10 | 10000100 | 111111 | 1100010 | 0 | 110100 | 110000 | 10010100 | 1100001 | 11010 |
Color Harmonies of #02843F
Complementary color
Monochromatic Colors of #02843F
Black with #02843F
Text Example
Text Example
White with #02843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02843F; }
p { color: rgb(2,132,63); }
H1.HeaderClassName
{
color: #02843F;
}
.AnyTagClassName
{
color: #02843F;
}
</style>
background-color css
<style>
a { background-color: #02843F; }
a { background-color: rgb(2,132,63); }
div.DivClassName
{
background-color: #02843F;
}
.BgClassName
{
background-color: #02843F;
}
</style>
border-color css
<style>
span { border-color: #02843F; }
span { border-color: rgb(2,132,63); }
td.TdClassName
{
border-color: #02843F;
}
.TagClassName
{
border-color: #02843F;
}
</style>