Shades of Salem #028143
Tints of Salem #028143
RGB
CMYK
RGB Variations
Color information
#028143 (or 0x028143) is known color: Salem. HEX triplet: 02, 81 and 43. RGB value is (2,129,67). Sum of RGB (Red+Green+Blue) = 2+129+67=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #028143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028143 is #FD7EBC. Grayscale: #545454. Windows color (decimal): -16613053 or 4423938. OLE color: 4423938.
HSL color Cylindrical-coordinate representation of color #028143: hue angle of 150.71º 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 #028143 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 67 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.49 |
| HSL | 150.71º | 0.97% | 0.26% | - |
| HSV(B) | 150.71º | 0.98% | 0.51% | - |
| XYZ | 8.89 | 16.12 | 7.95 | - |
| YUV | 83.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 67 | 0.98 | 0 | 0.48 | 0.49 | 150.71 | 0.97 | 0.26 |
| Hex | 2 | 81 | 43 | 62 | 0 | 30 | 31 | 97 | 61 | 1A |
| Octal | 2 | 201 | 103 | 142 | 0 | 60 | 61 | 227 | 141 | 32 |
| Binary | 10 | 10000001 | 1000011 | 1100010 | 0 | 110000 | 110001 | 10010111 | 1100001 | 11010 |
Color Harmonies of #028143
Complementary color
Monochromatic Colors of #028143
Black with #028143
Text Example
Text Example
White with #028143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028143; }
p { color: rgb(2,129,67); }
H1.HeaderClassName
{
color: #028143;
}
.AnyTagClassName
{
color: #028143;
}
</style>
background-color css
<style>
a { background-color: #028143; }
a { background-color: rgb(2,129,67); }
div.DivClassName
{
background-color: #028143;
}
.BgClassName
{
background-color: #028143;
}
</style>
border-color css
<style>
span { border-color: #028143; }
span { border-color: rgb(2,129,67); }
td.TdClassName
{
border-color: #028143;
}
.TagClassName
{
border-color: #028143;
}
</style>