Shades of Salem #028B45
Tints of Salem #028B45
RGB
CMYK
RGB Variations
Color information
#028B45 (or 0x028B45) is known color: Salem. HEX triplet: 02, 8B and 45. RGB value is (2,139,69). Sum of RGB (Red+Green+Blue) = 2+139+69=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #028B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028B45 is #FD74BA. Grayscale: #5A5A5A. Windows color (decimal): -16610491 or 4557570. OLE color: 4557570.
HSL color Cylindrical-coordinate representation of color #028B45: hue angle of 149.34º 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 #028B45 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 69 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.45 |
| HSL | 149.34º | 0.97% | 0.28% | - |
| HSV(B) | 149.34º | 0.99% | 0.55% | - |
| XYZ | 10.33 | 18.91 | 8.74 | - |
| YUV | 90.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 69 | 0.99 | 0 | 0.50 | 0.45 | 149.34 | 0.97 | 0.28 |
| Hex | 2 | 8B | 45 | 63 | 0 | 32 | 2D | 95 | 61 | 1C |
| Octal | 2 | 213 | 105 | 143 | 0 | 62 | 55 | 225 | 141 | 34 |
| Binary | 10 | 10001011 | 1000101 | 1100011 | 0 | 110010 | 101101 | 10010101 | 1100001 | 11100 |
Color Harmonies of #028B45
Complementary color
Monochromatic Colors of #028B45
Black with #028B45
Text Example
Text Example
White with #028B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B45; }
p { color: rgb(2,139,69); }
H1.HeaderClassName
{
color: #028B45;
}
.AnyTagClassName
{
color: #028B45;
}
</style>
background-color css
<style>
a { background-color: #028B45; }
a { background-color: rgb(2,139,69); }
div.DivClassName
{
background-color: #028B45;
}
.BgClassName
{
background-color: #028B45;
}
</style>
border-color css
<style>
span { border-color: #028B45; }
span { border-color: rgb(2,139,69); }
td.TdClassName
{
border-color: #028B45;
}
.TagClassName
{
border-color: #028B45;
}
</style>