Shades of Salem #129240
Tints of Salem #129240
RGB
CMYK
RGB Variations
Color information
#129240 (or 0x129240) is known color: Salem. HEX triplet: 12, 92 and 40. RGB value is (18,146,64). Sum of RGB (Red+Green+Blue) = 18+146+64=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #129240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129240 is #ED6DBF. Grayscale: #626262. Windows color (decimal): -15560128 or 4231698. OLE color: 4231698.
HSL color Cylindrical-coordinate representation of color #129240: hue angle of 141.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129240 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 64 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.43 |
| HSL | 141.56º | 0.78% | 0.32% | - |
| HSV(B) | 141.56º | 0.88% | 0.57% | - |
| XYZ | 11.45 | 21.06 | 8.31 | - |
| YUV | 98.38 | 108.59 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 64 | 0.88 | 0 | 0.56 | 0.43 | 141.56 | 0.78 | 0.32 |
| Hex | 12 | 92 | 40 | 58 | 0 | 38 | 2B | 8E | 4E | 20 |
| Octal | 22 | 222 | 100 | 130 | 0 | 70 | 53 | 216 | 116 | 40 |
| Binary | 10010 | 10010010 | 1000000 | 1011000 | 0 | 111000 | 101011 | 10001110 | 1001110 | 100000 |
Color Harmonies of #129240
Complementary color
Monochromatic Colors of #129240
Black with #129240
Text Example
Text Example
White with #129240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129240; }
p { color: rgb(18,146,64); }
H1.HeaderClassName
{
color: #129240;
}
.AnyTagClassName
{
color: #129240;
}
</style>
background-color css
<style>
a { background-color: #129240; }
a { background-color: rgb(18,146,64); }
div.DivClassName
{
background-color: #129240;
}
.BgClassName
{
background-color: #129240;
}
</style>
border-color css
<style>
span { border-color: #129240; }
span { border-color: rgb(18,146,64); }
td.TdClassName
{
border-color: #129240;
}
.TagClassName
{
border-color: #129240;
}
</style>