Shades of Salem #238248
Tints of Salem #238248
RGB
CMYK
RGB Variations
Color information
#238248 (or 0x238248) is known color: Salem. HEX triplet: 23, 82 and 48. RGB value is (35,130,72). Sum of RGB (Red+Green+Blue) = 35+130+72=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #238248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238248 is #DC7DB7. Grayscale: #5F5F5F. Windows color (decimal): -14450104 or 4751907. OLE color: 4751907.
HSL color Cylindrical-coordinate representation of color #238248: hue angle of 143.37º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238248 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 72 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.49 |
| HSL | 143.37º | 0.58% | 0.32% | - |
| HSV(B) | 143.37º | 0.73% | 0.51% | - |
| XYZ | 9.85 | 16.79 | 8.85 | - |
| YUV | 94.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 72 | 0.73 | 0 | 0.45 | 0.49 | 143.37 | 0.58 | 0.32 |
| Hex | 23 | 82 | 48 | 49 | 0 | 2D | 31 | 8F | 3A | 20 |
| Octal | 43 | 202 | 110 | 111 | 0 | 55 | 61 | 217 | 72 | 40 |
| Binary | 100011 | 10000010 | 1001000 | 1001001 | 0 | 101101 | 110001 | 10001111 | 111010 | 100000 |
Color Harmonies of #238248
Complementary color
Monochromatic Colors of #238248
Black with #238248
Text Example
Text Example
White with #238248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238248; }
p { color: rgb(35,130,72); }
H1.HeaderClassName
{
color: #238248;
}
.AnyTagClassName
{
color: #238248;
}
</style>
background-color css
<style>
a { background-color: #238248; }
a { background-color: rgb(35,130,72); }
div.DivClassName
{
background-color: #238248;
}
.BgClassName
{
background-color: #238248;
}
</style>
border-color css
<style>
span { border-color: #238248; }
span { border-color: rgb(35,130,72); }
td.TdClassName
{
border-color: #238248;
}
.TagClassName
{
border-color: #238248;
}
</style>