Shades of Salem #1A8E49
Tints of Salem #1A8E49
RGB
CMYK
RGB Variations
Color information
#1A8E49 (or 0x1A8E49) is known color: Salem. HEX triplet: 1A, 8E and 49. RGB value is (26,142,73). Sum of RGB (Red+Green+Blue) = 26+142+73=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #1A8E49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8E49 is #E571B6. Grayscale: #636363. Windows color (decimal): -15036855 or 4820506. OLE color: 4820506.
HSL color Cylindrical-coordinate representation of color #1A8E49: hue angle of 144.31º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8E49 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 142 | 73 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.44 |
| HSL | 144.31º | 0.69% | 0.33% | - |
| HSV(B) | 144.31º | 0.82% | 0.56% | - |
| XYZ | 11.3 | 20.05 | 9.58 | - |
| YUV | 99.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 73 | 0.82 | 0 | 0.49 | 0.44 | 144.31 | 0.69 | 0.33 |
| Hex | 1A | 8E | 49 | 52 | 0 | 31 | 2C | 90 | 45 | 21 |
| Octal | 32 | 216 | 111 | 122 | 0 | 61 | 54 | 220 | 105 | 41 |
| Binary | 11010 | 10001110 | 1001001 | 1010010 | 0 | 110001 | 101100 | 10010000 | 1000101 | 100001 |
Color Harmonies of #1A8E49
Complementary color
Monochromatic Colors of #1A8E49
Black with #1A8E49
Text Example
Text Example
White with #1A8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8E49; }
p { color: rgb(26,142,73); }
H1.HeaderClassName
{
color: #1A8E49;
}
.AnyTagClassName
{
color: #1A8E49;
}
</style>
background-color css
<style>
a { background-color: #1A8E49; }
a { background-color: rgb(26,142,73); }
div.DivClassName
{
background-color: #1A8E49;
}
.BgClassName
{
background-color: #1A8E49;
}
</style>
border-color css
<style>
span { border-color: #1A8E49; }
span { border-color: rgb(26,142,73); }
td.TdClassName
{
border-color: #1A8E49;
}
.TagClassName
{
border-color: #1A8E49;
}
</style>