Shades of Salem #1B8941
Tints of Salem #1B8941
RGB
CMYK
RGB Variations
Color information
#1B8941 (or 0x1B8941) is known color: Salem. HEX triplet: 1B, 89 and 41. RGB value is (27,137,65). Sum of RGB (Red+Green+Blue) = 27+137+65=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #1B8941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8941 is #E476BE. Grayscale: #606060. Windows color (decimal): -14972607 or 4294939. OLE color: 4294939.
HSL color Cylindrical-coordinate representation of color #1B8941: hue angle of 140.73º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8941 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 137 | 65 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.46 |
| HSL | 140.73º | 0.67% | 0.32% | - |
| HSV(B) | 140.73º | 0.8% | 0.54% | - |
| XYZ | 10.35 | 18.51 | 8.03 | - |
| YUV | 95.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 65 | 0.80 | 0 | 0.53 | 0.46 | 140.73 | 0.67 | 0.32 |
| Hex | 1B | 89 | 41 | 50 | 0 | 35 | 2E | 8D | 43 | 20 |
| Octal | 33 | 211 | 101 | 120 | 0 | 65 | 56 | 215 | 103 | 40 |
| Binary | 11011 | 10001001 | 1000001 | 1010000 | 0 | 110101 | 101110 | 10001101 | 1000011 | 100000 |
Color Harmonies of #1B8941
Complementary color
Monochromatic Colors of #1B8941
Black with #1B8941
Text Example
Text Example
White with #1B8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8941; }
p { color: rgb(27,137,65); }
H1.HeaderClassName
{
color: #1B8941;
}
.AnyTagClassName
{
color: #1B8941;
}
</style>
background-color css
<style>
a { background-color: #1B8941; }
a { background-color: rgb(27,137,65); }
div.DivClassName
{
background-color: #1B8941;
}
.BgClassName
{
background-color: #1B8941;
}
</style>
border-color css
<style>
span { border-color: #1B8941; }
span { border-color: rgb(27,137,65); }
td.TdClassName
{
border-color: #1B8941;
}
.TagClassName
{
border-color: #1B8941;
}
</style>