Shades of Salem #28795A
Tints of Salem #28795A
RGB
CMYK
RGB Variations
Color information
#28795A (or 0x28795A) is known color: Salem. HEX triplet: 28, 79 and 5A. RGB value is (40,121,90). Sum of RGB (Red+Green+Blue) = 40+121+90=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #28795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28795A is #D786A5. Grayscale: #5D5D5D. Windows color (decimal): -14124710 or 5929256. OLE color: 5929256.
HSL color Cylindrical-coordinate representation of color #28795A: hue angle of 157.04º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28795A is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 90 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.53 |
| HSL | 157.04º | 0.5% | 0.32% | - |
| HSV(B) | 157.04º | 0.67% | 0.47% | - |
| XYZ | 9.56 | 14.86 | 12.04 | - |
| YUV | 93.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 90 | 0.67 | 0 | 0.26 | 0.53 | 157.04 | 0.5 | 0.32 |
| Hex | 28 | 79 | 5A | 43 | 0 | 1A | 35 | 9D | 32 | 20 |
| Octal | 50 | 171 | 132 | 103 | 0 | 32 | 65 | 235 | 62 | 40 |
| Binary | 101000 | 1111001 | 1011010 | 1000011 | 0 | 11010 | 110101 | 10011101 | 110010 | 100000 |
Color Harmonies of #28795A
Complementary color
Monochromatic Colors of #28795A
Black with #28795A
Text Example
Text Example
White with #28795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28795A; }
p { color: rgb(40,121,90); }
H1.HeaderClassName
{
color: #28795A;
}
.AnyTagClassName
{
color: #28795A;
}
</style>
background-color css
<style>
a { background-color: #28795A; }
a { background-color: rgb(40,121,90); }
div.DivClassName
{
background-color: #28795A;
}
.BgClassName
{
background-color: #28795A;
}
</style>
border-color css
<style>
span { border-color: #28795A; }
span { border-color: rgb(40,121,90); }
td.TdClassName
{
border-color: #28795A;
}
.TagClassName
{
border-color: #28795A;
}
</style>