Shades of Salem #028242
Tints of Salem #028242
RGB
CMYK
RGB Variations
Color information
#028242 (or 0x028242) is known color: Salem. HEX triplet: 02, 82 and 42. RGB value is (2,130,66). Sum of RGB (Red+Green+Blue) = 2+130+66=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #028242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028242 is #FD7DBD. Grayscale: #545454. Windows color (decimal): -16612798 or 4358658. OLE color: 4358658.
HSL color Cylindrical-coordinate representation of color #028242: hue angle of 150º 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 #028242 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 66 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.49 |
| HSL | 150º | 0.97% | 0.26% | - |
| HSV(B) | 150º | 0.98% | 0.51% | - |
| XYZ | 8.99 | 16.37 | 7.84 | - |
| YUV | 84.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 66 | 0.98 | 0 | 0.49 | 0.49 | 150 | 0.97 | 0.26 |
| Hex | 2 | 82 | 42 | 62 | 0 | 31 | 31 | 96 | 61 | 1A |
| Octal | 2 | 202 | 102 | 142 | 0 | 61 | 61 | 226 | 141 | 32 |
| Binary | 10 | 10000010 | 1000010 | 1100010 | 0 | 110001 | 110001 | 10010110 | 1100001 | 11010 |
Color Harmonies of #028242
Complementary color
Monochromatic Colors of #028242
Black with #028242
Text Example
Text Example
White with #028242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028242; }
p { color: rgb(2,130,66); }
H1.HeaderClassName
{
color: #028242;
}
.AnyTagClassName
{
color: #028242;
}
</style>
background-color css
<style>
a { background-color: #028242; }
a { background-color: rgb(2,130,66); }
div.DivClassName
{
background-color: #028242;
}
.BgClassName
{
background-color: #028242;
}
</style>
border-color css
<style>
span { border-color: #028242; }
span { border-color: rgb(2,130,66); }
td.TdClassName
{
border-color: #028242;
}
.TagClassName
{
border-color: #028242;
}
</style>