Shades of Salem #128242
Tints of Salem #128242
RGB
CMYK
RGB Variations
Color information
#128242 (or 0x128242) is known color: Salem. HEX triplet: 12, 82 and 42. RGB value is (18,130,66). Sum of RGB (Red+Green+Blue) = 18+130+66=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #128242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128242 is #ED7DBD. Grayscale: #595959. Windows color (decimal): -15564222 or 4358674. OLE color: 4358674.
HSL color Cylindrical-coordinate representation of color #128242: hue angle of 145.71º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128242 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 66 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.49 |
| HSL | 145.71º | 0.76% | 0.29% | - |
| HSV(B) | 145.71º | 0.86% | 0.51% | - |
| XYZ | 9.22 | 16.49 | 7.85 | - |
| YUV | 89.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 66 | 0.86 | 0 | 0.49 | 0.49 | 145.71 | 0.76 | 0.29 |
| Hex | 12 | 82 | 42 | 56 | 0 | 31 | 31 | 92 | 4C | 1D |
| Octal | 22 | 202 | 102 | 126 | 0 | 61 | 61 | 222 | 114 | 35 |
| Binary | 10010 | 10000010 | 1000010 | 1010110 | 0 | 110001 | 110001 | 10010010 | 1001100 | 11101 |
Color Harmonies of #128242
Complementary color
Monochromatic Colors of #128242
Black with #128242
Text Example
Text Example
White with #128242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128242; }
p { color: rgb(18,130,66); }
H1.HeaderClassName
{
color: #128242;
}
.AnyTagClassName
{
color: #128242;
}
</style>
background-color css
<style>
a { background-color: #128242; }
a { background-color: rgb(18,130,66); }
div.DivClassName
{
background-color: #128242;
}
.BgClassName
{
background-color: #128242;
}
</style>
border-color css
<style>
span { border-color: #128242; }
span { border-color: rgb(18,130,66); }
td.TdClassName
{
border-color: #128242;
}
.TagClassName
{
border-color: #128242;
}
</style>