Shades of Salem #028445
Tints of Salem #028445
RGB
CMYK
RGB Variations
Color information
#028445 (or 0x028445) is known color: Salem. HEX triplet: 02, 84 and 45. RGB value is (2,132,69). Sum of RGB (Red+Green+Blue) = 2+132+69=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #028445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028445 is #FD7BBA. Grayscale: #565656. Windows color (decimal): -16612283 or 4555778. OLE color: 4555778.
HSL color Cylindrical-coordinate representation of color #028445: hue angle of 150.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028445 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 132 | 69 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.48 |
| HSL | 150.92º | 0.97% | 0.26% | - |
| HSV(B) | 150.92º | 0.98% | 0.52% | - |
| XYZ | 9.35 | 16.95 | 8.41 | - |
| YUV | 85.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 69 | 0.98 | 0 | 0.48 | 0.48 | 150.92 | 0.97 | 0.26 |
| Hex | 2 | 84 | 45 | 62 | 0 | 30 | 30 | 97 | 61 | 1A |
| Octal | 2 | 204 | 105 | 142 | 0 | 60 | 60 | 227 | 141 | 32 |
| Binary | 10 | 10000100 | 1000101 | 1100010 | 0 | 110000 | 110000 | 10010111 | 1100001 | 11010 |
Color Harmonies of #028445
Complementary color
Monochromatic Colors of #028445
Black with #028445
Text Example
Text Example
White with #028445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028445; }
p { color: rgb(2,132,69); }
H1.HeaderClassName
{
color: #028445;
}
.AnyTagClassName
{
color: #028445;
}
</style>
background-color css
<style>
a { background-color: #028445; }
a { background-color: rgb(2,132,69); }
div.DivClassName
{
background-color: #028445;
}
.BgClassName
{
background-color: #028445;
}
</style>
border-color css
<style>
span { border-color: #028445; }
span { border-color: rgb(2,132,69); }
td.TdClassName
{
border-color: #028445;
}
.TagClassName
{
border-color: #028445;
}
</style>