Shades of Salem #02814A
Tints of Salem #02814A
RGB
CMYK
RGB Variations
Color information
#02814A (or 0x02814A) is known color: Salem. HEX triplet: 02, 81 and 4A. RGB value is (2,129,74). Sum of RGB (Red+Green+Blue) = 2+129+74=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #02814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02814A is #FD7EB5. Grayscale: #545454. Windows color (decimal): -16613046 or 4882690. OLE color: 4882690.
HSL color Cylindrical-coordinate representation of color #02814A: hue angle of 154.02º 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 #02814A is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 74 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.49 |
| HSL | 154.02º | 0.97% | 0.26% | - |
| HSV(B) | 154.02º | 0.98% | 0.51% | - |
| XYZ | 9.11 | 16.21 | 9.13 | - |
| YUV | 84.76 | 121.92 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 74 | 0.98 | 0 | 0.43 | 0.49 | 154.02 | 0.97 | 0.26 |
| Hex | 2 | 81 | 4A | 62 | 0 | 2B | 31 | 9A | 61 | 1A |
| Octal | 2 | 201 | 112 | 142 | 0 | 53 | 61 | 232 | 141 | 32 |
| Binary | 10 | 10000001 | 1001010 | 1100010 | 0 | 101011 | 110001 | 10011010 | 1100001 | 11010 |
Color Harmonies of #02814A
Complementary color
Monochromatic Colors of #02814A
Black with #02814A
Text Example
Text Example
White with #02814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02814A; }
p { color: rgb(2,129,74); }
H1.HeaderClassName
{
color: #02814A;
}
.AnyTagClassName
{
color: #02814A;
}
</style>
background-color css
<style>
a { background-color: #02814A; }
a { background-color: rgb(2,129,74); }
div.DivClassName
{
background-color: #02814A;
}
.BgClassName
{
background-color: #02814A;
}
</style>
border-color css
<style>
span { border-color: #02814A; }
span { border-color: rgb(2,129,74); }
td.TdClassName
{
border-color: #02814A;
}
.TagClassName
{
border-color: #02814A;
}
</style>