Shades of Salem #028B4A
Tints of Salem #028B4A
RGB
CMYK
RGB Variations
Color information
#028B4A (or 0x028B4A) is known color: Salem. HEX triplet: 02, 8B and 4A. RGB value is (2,139,74). Sum of RGB (Red+Green+Blue) = 2+139+74=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #028B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028B4A is #FD74B5. Grayscale: #5A5A5A. Windows color (decimal): -16610486 or 4885250. OLE color: 4885250.
HSL color Cylindrical-coordinate representation of color #028B4A: hue angle of 151.53º 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 #028B4A is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 74 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.45 |
| HSL | 151.53º | 0.97% | 0.28% | - |
| HSV(B) | 151.53º | 0.99% | 0.55% | - |
| XYZ | 10.49 | 18.97 | 9.59 | - |
| YUV | 90.63 | 118.61 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 74 | 0.99 | 0 | 0.47 | 0.45 | 151.53 | 0.97 | 0.28 |
| Hex | 2 | 8B | 4A | 63 | 0 | 2F | 2D | 98 | 61 | 1C |
| Octal | 2 | 213 | 112 | 143 | 0 | 57 | 55 | 230 | 141 | 34 |
| Binary | 10 | 10001011 | 1001010 | 1100011 | 0 | 101111 | 101101 | 10011000 | 1100001 | 11100 |
Color Harmonies of #028B4A
Complementary color
Monochromatic Colors of #028B4A
Black with #028B4A
Text Example
Text Example
White with #028B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B4A; }
p { color: rgb(2,139,74); }
H1.HeaderClassName
{
color: #028B4A;
}
.AnyTagClassName
{
color: #028B4A;
}
</style>
background-color css
<style>
a { background-color: #028B4A; }
a { background-color: rgb(2,139,74); }
div.DivClassName
{
background-color: #028B4A;
}
.BgClassName
{
background-color: #028B4A;
}
</style>
border-color css
<style>
span { border-color: #028B4A; }
span { border-color: rgb(2,139,74); }
td.TdClassName
{
border-color: #028B4A;
}
.TagClassName
{
border-color: #028B4A;
}
</style>