Shades of Salem #02834A
Tints of Salem #02834A
RGB
CMYK
RGB Variations
Color information
#02834A (or 0x02834A) is known color: Salem. HEX triplet: 02, 83 and 4A. RGB value is (2,131,74). Sum of RGB (Red+Green+Blue) = 2+131+74=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #02834A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02834A is #FD7CB5. Grayscale: #565656. Windows color (decimal): -16612534 or 4883202. OLE color: 4883202.
HSL color Cylindrical-coordinate representation of color #02834A: hue angle of 153.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02834A is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 131 | 74 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.49 |
| HSL | 153.49º | 0.97% | 0.26% | - |
| HSV(B) | 153.49º | 0.98% | 0.51% | - |
| XYZ | 9.38 | 16.74 | 9.22 | - |
| YUV | 85.93 | 121.26 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 74 | 0.98 | 0 | 0.44 | 0.49 | 153.49 | 0.97 | 0.26 |
| Hex | 2 | 83 | 4A | 62 | 0 | 2C | 31 | 99 | 61 | 1A |
| Octal | 2 | 203 | 112 | 142 | 0 | 54 | 61 | 231 | 141 | 32 |
| Binary | 10 | 10000011 | 1001010 | 1100010 | 0 | 101100 | 110001 | 10011001 | 1100001 | 11010 |
Color Harmonies of #02834A
Complementary color
Monochromatic Colors of #02834A
Black with #02834A
Text Example
Text Example
White with #02834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02834A; }
p { color: rgb(2,131,74); }
H1.HeaderClassName
{
color: #02834A;
}
.AnyTagClassName
{
color: #02834A;
}
</style>
background-color css
<style>
a { background-color: #02834A; }
a { background-color: rgb(2,131,74); }
div.DivClassName
{
background-color: #02834A;
}
.BgClassName
{
background-color: #02834A;
}
</style>
border-color css
<style>
span { border-color: #02834A; }
span { border-color: rgb(2,131,74); }
td.TdClassName
{
border-color: #02834A;
}
.TagClassName
{
border-color: #02834A;
}
</style>