Shades of Salem #028B4D
Tints of Salem #028B4D
RGB
CMYK
RGB Variations
Color information
#028B4D (or 0x028B4D) is known color: Salem. HEX triplet: 02, 8B and 4D. RGB value is (2,139,77). Sum of RGB (Red+Green+Blue) = 2+139+77=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #028B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B4D is #FD74B2. Grayscale: #5B5B5B. Windows color (decimal): -16610483 or 5081858. OLE color: 5081858.
HSL color Cylindrical-coordinate representation of color #028B4D: hue angle of 152.85º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B4D is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 77 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.45 |
| HSL | 152.85º | 0.97% | 0.28% | - |
| HSV(B) | 152.85º | 0.99% | 0.55% | - |
| XYZ | 10.6 | 19.01 | 10.13 | - |
| YUV | 90.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 77 | 0.99 | 0 | 0.45 | 0.45 | 152.85 | 0.97 | 0.28 |
| Hex | 2 | 8B | 4D | 63 | 0 | 2D | 2D | 99 | 61 | 1C |
| Octal | 2 | 213 | 115 | 143 | 0 | 55 | 55 | 231 | 141 | 34 |
| Binary | 10 | 10001011 | 1001101 | 1100011 | 0 | 101101 | 101101 | 10011001 | 1100001 | 11100 |
Color Harmonies of #028B4D
Complementary color
Monochromatic Colors of #028B4D
Black with #028B4D
Text Example
Text Example
White with #028B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B4D; }
p { color: rgb(2,139,77); }
H1.HeaderClassName
{
color: #028B4D;
}
.AnyTagClassName
{
color: #028B4D;
}
</style>
background-color css
<style>
a { background-color: #028B4D; }
a { background-color: rgb(2,139,77); }
div.DivClassName
{
background-color: #028B4D;
}
.BgClassName
{
background-color: #028B4D;
}
</style>
border-color css
<style>
span { border-color: #028B4D; }
span { border-color: rgb(2,139,77); }
td.TdClassName
{
border-color: #028B4D;
}
.TagClassName
{
border-color: #028B4D;
}
</style>