Shades of Salem #1A8A3F
Tints of Salem #1A8A3F
RGB
CMYK
RGB Variations
Color information
#1A8A3F (or 0x1A8A3F) is known color: Salem. HEX triplet: 1A, 8A and 3F. RGB value is (26,138,63). Sum of RGB (Red+Green+Blue) = 26+138+63=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #1A8A3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8A3F is #E575C0. Grayscale: #606060. Windows color (decimal): -15037889 or 4164122. OLE color: 4164122.
HSL color Cylindrical-coordinate representation of color #1A8A3F: hue angle of 139.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8A3F is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 138 | 63 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.46 |
| HSL | 139.82º | 0.68% | 0.32% | - |
| HSV(B) | 139.82º | 0.81% | 0.54% | - |
| XYZ | 10.41 | 18.76 | 7.77 | - |
| YUV | 95.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 63 | 0.81 | 0 | 0.54 | 0.46 | 139.82 | 0.68 | 0.32 |
| Hex | 1A | 8A | 3F | 51 | 0 | 36 | 2E | 8C | 44 | 20 |
| Octal | 32 | 212 | 77 | 121 | 0 | 66 | 56 | 214 | 104 | 40 |
| Binary | 11010 | 10001010 | 111111 | 1010001 | 0 | 110110 | 101110 | 10001100 | 1000100 | 100000 |
Color Harmonies of #1A8A3F
Complementary color
Monochromatic Colors of #1A8A3F
Black with #1A8A3F
Text Example
Text Example
White with #1A8A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8A3F; }
p { color: rgb(26,138,63); }
H1.HeaderClassName
{
color: #1A8A3F;
}
.AnyTagClassName
{
color: #1A8A3F;
}
</style>
background-color css
<style>
a { background-color: #1A8A3F; }
a { background-color: rgb(26,138,63); }
div.DivClassName
{
background-color: #1A8A3F;
}
.BgClassName
{
background-color: #1A8A3F;
}
</style>
border-color css
<style>
span { border-color: #1A8A3F; }
span { border-color: rgb(26,138,63); }
td.TdClassName
{
border-color: #1A8A3F;
}
.TagClassName
{
border-color: #1A8A3F;
}
</style>