Shades of Salem #1A9142
Tints of Salem #1A9142
RGB
CMYK
RGB Variations
Color information
#1A9142 (or 0x1A9142) is known color: Salem. HEX triplet: 1A, 91 and 42. RGB value is (26,145,66). Sum of RGB (Red+Green+Blue) = 26+145+66=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #1A9142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9142 is #E56EBD. Grayscale: #646464. Windows color (decimal): -15036094 or 4362522. OLE color: 4362522.
HSL color Cylindrical-coordinate representation of color #1A9142: hue angle of 140.17º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9142 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 145 | 66 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.43 |
| HSL | 140.17º | 0.7% | 0.34% | - |
| HSV(B) | 140.17º | 0.82% | 0.57% | - |
| XYZ | 11.53 | 20.86 | 8.57 | - |
| YUV | 100.41 | 108.58 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 66 | 0.82 | 0 | 0.54 | 0.43 | 140.17 | 0.7 | 0.34 |
| Hex | 1A | 91 | 42 | 52 | 0 | 36 | 2B | 8C | 46 | 22 |
| Octal | 32 | 221 | 102 | 122 | 0 | 66 | 53 | 214 | 106 | 42 |
| Binary | 11010 | 10010001 | 1000010 | 1010010 | 0 | 110110 | 101011 | 10001100 | 1000110 | 100010 |
Color Harmonies of #1A9142
Complementary color
Monochromatic Colors of #1A9142
Black with #1A9142
Text Example
Text Example
White with #1A9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9142; }
p { color: rgb(26,145,66); }
H1.HeaderClassName
{
color: #1A9142;
}
.AnyTagClassName
{
color: #1A9142;
}
</style>
background-color css
<style>
a { background-color: #1A9142; }
a { background-color: rgb(26,145,66); }
div.DivClassName
{
background-color: #1A9142;
}
.BgClassName
{
background-color: #1A9142;
}
</style>
border-color css
<style>
span { border-color: #1A9142; }
span { border-color: rgb(26,145,66); }
td.TdClassName
{
border-color: #1A9142;
}
.TagClassName
{
border-color: #1A9142;
}
</style>