Shades of Salem #238148
Tints of Salem #238148
RGB
CMYK
RGB Variations
Color information
#238148 (or 0x238148) is known color: Salem. HEX triplet: 23, 81 and 48. RGB value is (35,129,72). Sum of RGB (Red+Green+Blue) = 35+129+72=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #238148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238148 is #DC7EB7. Grayscale: #5E5E5E. Windows color (decimal): -14450360 or 4751651. OLE color: 4751651.
HSL color Cylindrical-coordinate representation of color #238148: hue angle of 143.62º degrees, saturation: 0.57, 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 #238148 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 72 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.49 |
| HSL | 143.62º | 0.57% | 0.32% | - |
| HSV(B) | 143.62º | 0.73% | 0.51% | - |
| XYZ | 9.71 | 16.53 | 8.81 | - |
| YUV | 94.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 72 | 0.73 | 0 | 0.44 | 0.49 | 143.62 | 0.57 | 0.32 |
| Hex | 23 | 81 | 48 | 49 | 0 | 2C | 31 | 90 | 39 | 20 |
| Octal | 43 | 201 | 110 | 111 | 0 | 54 | 61 | 220 | 71 | 40 |
| Binary | 100011 | 10000001 | 1001000 | 1001001 | 0 | 101100 | 110001 | 10010000 | 111001 | 100000 |
Color Harmonies of #238148
Complementary color
Monochromatic Colors of #238148
Black with #238148
Text Example
Text Example
White with #238148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238148; }
p { color: rgb(35,129,72); }
H1.HeaderClassName
{
color: #238148;
}
.AnyTagClassName
{
color: #238148;
}
</style>
background-color css
<style>
a { background-color: #238148; }
a { background-color: rgb(35,129,72); }
div.DivClassName
{
background-color: #238148;
}
.BgClassName
{
background-color: #238148;
}
</style>
border-color css
<style>
span { border-color: #238148; }
span { border-color: rgb(35,129,72); }
td.TdClassName
{
border-color: #238148;
}
.TagClassName
{
border-color: #238148;
}
</style>