Shades of Salem #028845
Tints of Salem #028845
RGB
CMYK
RGB Variations
Color information
#028845 (or 0x028845) is known color: Salem. HEX triplet: 02, 88 and 45. RGB value is (2,136,69). Sum of RGB (Red+Green+Blue) = 2+136+69=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #028845 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028845 is #FD77BA. Grayscale: #585858. Windows color (decimal): -16611259 or 4556802. OLE color: 4556802.
HSL color Cylindrical-coordinate representation of color #028845: hue angle of 150º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028845 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 136 | 69 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.47 |
| HSL | 150º | 0.97% | 0.27% | - |
| HSV(B) | 150º | 0.99% | 0.53% | - |
| XYZ | 9.9 | 18.05 | 8.59 | - |
| YUV | 88.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 69 | 0.99 | 0 | 0.49 | 0.47 | 150 | 0.97 | 0.27 |
| Hex | 2 | 88 | 45 | 63 | 0 | 31 | 2F | 96 | 61 | 1B |
| Octal | 2 | 210 | 105 | 143 | 0 | 61 | 57 | 226 | 141 | 33 |
| Binary | 10 | 10001000 | 1000101 | 1100011 | 0 | 110001 | 101111 | 10010110 | 1100001 | 11011 |
Color Harmonies of #028845
Complementary color
Monochromatic Colors of #028845
Black with #028845
Text Example
Text Example
White with #028845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028845; }
p { color: rgb(2,136,69); }
H1.HeaderClassName
{
color: #028845;
}
.AnyTagClassName
{
color: #028845;
}
</style>
background-color css
<style>
a { background-color: #028845; }
a { background-color: rgb(2,136,69); }
div.DivClassName
{
background-color: #028845;
}
.BgClassName
{
background-color: #028845;
}
</style>
border-color css
<style>
span { border-color: #028845; }
span { border-color: rgb(2,136,69); }
td.TdClassName
{
border-color: #028845;
}
.TagClassName
{
border-color: #028845;
}
</style>