Shades of Salem #238046
Tints of Salem #238046
RGB
CMYK
RGB Variations
Color information
#238046 (or 0x238046) is known color: Salem. HEX triplet: 23, 80 and 46. RGB value is (35,128,70). Sum of RGB (Red+Green+Blue) = 35+128+70=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #238046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238046 is #DC7FB9. Grayscale: #5D5D5D. Windows color (decimal): -14450618 or 4620323. OLE color: 4620323.
HSL color Cylindrical-coordinate representation of color #238046: hue angle of 142.58º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238046 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 70 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.50 |
| HSL | 142.58º | 0.57% | 0.32% | - |
| HSV(B) | 142.58º | 0.73% | 0.5% | - |
| XYZ | 9.52 | 16.24 | 8.43 | - |
| YUV | 93.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 70 | 0.73 | 0 | 0.45 | 0.50 | 142.58 | 0.57 | 0.32 |
| Hex | 23 | 80 | 46 | 49 | 0 | 2D | 32 | 8F | 39 | 20 |
| Octal | 43 | 200 | 106 | 111 | 0 | 55 | 62 | 217 | 71 | 40 |
| Binary | 100011 | 10000000 | 1000110 | 1001001 | 0 | 101101 | 110010 | 10001111 | 111001 | 100000 |
Color Harmonies of #238046
Complementary color
Monochromatic Colors of #238046
Black with #238046
Text Example
Text Example
White with #238046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238046; }
p { color: rgb(35,128,70); }
H1.HeaderClassName
{
color: #238046;
}
.AnyTagClassName
{
color: #238046;
}
</style>
background-color css
<style>
a { background-color: #238046; }
a { background-color: rgb(35,128,70); }
div.DivClassName
{
background-color: #238046;
}
.BgClassName
{
background-color: #238046;
}
</style>
border-color css
<style>
span { border-color: #238046; }
span { border-color: rgb(35,128,70); }
td.TdClassName
{
border-color: #238046;
}
.TagClassName
{
border-color: #238046;
}
</style>