Shades of Salem #1C8E3D
Tints of Salem #1C8E3D
RGB
CMYK
RGB Variations
Color information
#1C8E3D (or 0x1C8E3D) is known color: Salem. HEX triplet: 1C, 8E and 3D. RGB value is (28,142,61). Sum of RGB (Red+Green+Blue) = 28+142+61=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8E3D is #E371C2. Grayscale: #626262. Windows color (decimal): -14905795 or 4034076. OLE color: 4034076.
HSL color Cylindrical-coordinate representation of color #1C8E3D: hue angle of 137.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8E3D is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 142 | 61 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.44 |
| HSL | 137.37º | 0.67% | 0.33% | - |
| HSV(B) | 137.37º | 0.8% | 0.56% | - |
| XYZ | 10.99 | 19.93 | 7.68 | - |
| YUV | 98.68 | 106.73 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 142 | 61 | 0.80 | 0 | 0.57 | 0.44 | 137.37 | 0.67 | 0.33 |
| Hex | 1C | 8E | 3D | 50 | 0 | 39 | 2C | 89 | 43 | 21 |
| Octal | 34 | 216 | 75 | 120 | 0 | 71 | 54 | 211 | 103 | 41 |
| Binary | 11100 | 10001110 | 111101 | 1010000 | 0 | 111001 | 101100 | 10001001 | 1000011 | 100001 |
Color Harmonies of #1C8E3D
Complementary color
Monochromatic Colors of #1C8E3D
Black with #1C8E3D
Text Example
Text Example
White with #1C8E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8E3D; }
p { color: rgb(28,142,61); }
H1.HeaderClassName
{
color: #1C8E3D;
}
.AnyTagClassName
{
color: #1C8E3D;
}
</style>
background-color css
<style>
a { background-color: #1C8E3D; }
a { background-color: rgb(28,142,61); }
div.DivClassName
{
background-color: #1C8E3D;
}
.BgClassName
{
background-color: #1C8E3D;
}
</style>
border-color css
<style>
span { border-color: #1C8E3D; }
span { border-color: rgb(28,142,61); }
td.TdClassName
{
border-color: #1C8E3D;
}
.TagClassName
{
border-color: #1C8E3D;
}
</style>