Shades of Salem #1C8B40
Tints of Salem #1C8B40
RGB
CMYK
RGB Variations
Color information
#1C8B40 (or 0x1C8B40) is known color: Salem. HEX triplet: 1C, 8B and 40. RGB value is (28,139,64). Sum of RGB (Red+Green+Blue) = 28+139+64=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8B40 is #E374BF. Grayscale: #616161. Windows color (decimal): -14906560 or 4229916. OLE color: 4229916.
HSL color Cylindrical-coordinate representation of color #1C8B40: hue angle of 139.46º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8B40 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 139 | 64 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.45 |
| HSL | 139.46º | 0.66% | 0.33% | - |
| HSV(B) | 139.46º | 0.8% | 0.55% | - |
| XYZ | 10.64 | 19.08 | 7.97 | - |
| YUV | 97.26 | 109.23 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 139 | 64 | 0.80 | 0 | 0.54 | 0.45 | 139.46 | 0.66 | 0.33 |
| Hex | 1C | 8B | 40 | 50 | 0 | 36 | 2D | 8B | 42 | 21 |
| Octal | 34 | 213 | 100 | 120 | 0 | 66 | 55 | 213 | 102 | 41 |
| Binary | 11100 | 10001011 | 1000000 | 1010000 | 0 | 110110 | 101101 | 10001011 | 1000010 | 100001 |
Color Harmonies of #1C8B40
Complementary color
Monochromatic Colors of #1C8B40
Black with #1C8B40
Text Example
Text Example
White with #1C8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8B40; }
p { color: rgb(28,139,64); }
H1.HeaderClassName
{
color: #1C8B40;
}
.AnyTagClassName
{
color: #1C8B40;
}
</style>
background-color css
<style>
a { background-color: #1C8B40; }
a { background-color: rgb(28,139,64); }
div.DivClassName
{
background-color: #1C8B40;
}
.BgClassName
{
background-color: #1C8B40;
}
</style>
border-color css
<style>
span { border-color: #1C8B40; }
span { border-color: rgb(28,139,64); }
td.TdClassName
{
border-color: #1C8B40;
}
.TagClassName
{
border-color: #1C8B40;
}
</style>