Shades of Salem #1C8C48
Tints of Salem #1C8C48
RGB
CMYK
RGB Variations
Color information
#1C8C48 (or 0x1C8C48) is known color: Salem. HEX triplet: 1C, 8C and 48. RGB value is (28,140,72). Sum of RGB (Red+Green+Blue) = 28+140+72=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 140 (55.08% from 255 or 58.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 140 - color contains mainly: green. Hex color #1C8C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8C48 is #E373B7. Grayscale: #626262. Windows color (decimal): -14906296 or 4754460. OLE color: 4754460.
HSL color Cylindrical-coordinate representation of color #1C8C48: hue angle of 143.57º degrees, saturation: 0.67, 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 #1C8C48 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 140 | 72 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.45 |
| HSL | 143.57º | 0.67% | 0.33% | - |
| HSV(B) | 143.57º | 0.8% | 0.55% | - |
| XYZ | 11.03 | 19.47 | 9.31 | - |
| YUV | 98.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 140 | 72 | 0.80 | 0 | 0.49 | 0.45 | 143.57 | 0.67 | 0.33 |
| Hex | 1C | 8C | 48 | 50 | 0 | 31 | 2D | 90 | 43 | 21 |
| Octal | 34 | 214 | 110 | 120 | 0 | 61 | 55 | 220 | 103 | 41 |
| Binary | 11100 | 10001100 | 1001000 | 1010000 | 0 | 110001 | 101101 | 10010000 | 1000011 | 100001 |
Color Harmonies of #1C8C48
Complementary color
Monochromatic Colors of #1C8C48
Black with #1C8C48
Text Example
Text Example
White with #1C8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8C48; }
p { color: rgb(28,140,72); }
H1.HeaderClassName
{
color: #1C8C48;
}
.AnyTagClassName
{
color: #1C8C48;
}
</style>
background-color css
<style>
a { background-color: #1C8C48; }
a { background-color: rgb(28,140,72); }
div.DivClassName
{
background-color: #1C8C48;
}
.BgClassName
{
background-color: #1C8C48;
}
</style>
border-color css
<style>
span { border-color: #1C8C48; }
span { border-color: rgb(28,140,72); }
td.TdClassName
{
border-color: #1C8C48;
}
.TagClassName
{
border-color: #1C8C48;
}
</style>