Shades of Salem #028A4F
Tints of Salem #028A4F
RGB
CMYK
RGB Variations
Color information
#028A4F (or 0x028A4F) is known color: Salem. HEX triplet: 02, 8A and 4F. RGB value is (2,138,79). Sum of RGB (Red+Green+Blue) = 2+138+79=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 138 (54.30% from 255 or 63.01% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 138 - color contains mainly: green. Hex color #028A4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028A4F is #FD75B0. Grayscale: #5A5A5A. Windows color (decimal): -16610737 or 5212674. OLE color: 5212674.
HSL color Cylindrical-coordinate representation of color #028A4F: hue angle of 153.97º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A4F is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 138 | 79 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.46 |
| HSL | 153.97º | 0.97% | 0.27% | - |
| HSV(B) | 153.97º | 0.99% | 0.54% | - |
| XYZ | 10.52 | 18.75 | 10.46 | - |
| YUV | 90.61 | 121.44 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 79 | 0.99 | 0 | 0.43 | 0.46 | 153.97 | 0.97 | 0.27 |
| Hex | 2 | 8A | 4F | 63 | 0 | 2B | 2E | 9A | 61 | 1B |
| Octal | 2 | 212 | 117 | 143 | 0 | 53 | 56 | 232 | 141 | 33 |
| Binary | 10 | 10001010 | 1001111 | 1100011 | 0 | 101011 | 101110 | 10011010 | 1100001 | 11011 |
Color Harmonies of #028A4F
Complementary color
Monochromatic Colors of #028A4F
Black with #028A4F
Text Example
Text Example
White with #028A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028A4F; }
p { color: rgb(2,138,79); }
H1.HeaderClassName
{
color: #028A4F;
}
.AnyTagClassName
{
color: #028A4F;
}
</style>
background-color css
<style>
a { background-color: #028A4F; }
a { background-color: rgb(2,138,79); }
div.DivClassName
{
background-color: #028A4F;
}
.BgClassName
{
background-color: #028A4F;
}
</style>
border-color css
<style>
span { border-color: #028A4F; }
span { border-color: rgb(2,138,79); }
td.TdClassName
{
border-color: #028A4F;
}
.TagClassName
{
border-color: #028A4F;
}
</style>