Shades of Salem #1C8A4E
Tints of Salem #1C8A4E
RGB
CMYK
RGB Variations
Color information
#1C8A4E (or 0x1C8A4E) is known color: Salem. HEX triplet: 1C, 8A and 4E. RGB value is (28,138,78). Sum of RGB (Red+Green+Blue) = 28+138+78=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #1C8A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8A4E is #E375B1. Grayscale: #626262. Windows color (decimal): -14906802 or 5147164. OLE color: 5147164.
HSL color Cylindrical-coordinate representation of color #1C8A4E: hue angle of 147.27º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8A4E is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 138 | 78 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.46 |
| HSL | 147.27º | 0.66% | 0.33% | - |
| HSV(B) | 147.27º | 0.8% | 0.54% | - |
| XYZ | 10.94 | 18.97 | 10.29 | - |
| YUV | 98.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 78 | 0.80 | 0 | 0.43 | 0.46 | 147.27 | 0.66 | 0.33 |
| Hex | 1C | 8A | 4E | 50 | 0 | 2B | 2E | 93 | 42 | 21 |
| Octal | 34 | 212 | 116 | 120 | 0 | 53 | 56 | 223 | 102 | 41 |
| Binary | 11100 | 10001010 | 1001110 | 1010000 | 0 | 101011 | 101110 | 10010011 | 1000010 | 100001 |
Color Harmonies of #1C8A4E
Complementary color
Monochromatic Colors of #1C8A4E
Black with #1C8A4E
Text Example
Text Example
White with #1C8A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8A4E; }
p { color: rgb(28,138,78); }
H1.HeaderClassName
{
color: #1C8A4E;
}
.AnyTagClassName
{
color: #1C8A4E;
}
</style>
background-color css
<style>
a { background-color: #1C8A4E; }
a { background-color: rgb(28,138,78); }
div.DivClassName
{
background-color: #1C8A4E;
}
.BgClassName
{
background-color: #1C8A4E;
}
</style>
border-color css
<style>
span { border-color: #1C8A4E; }
span { border-color: rgb(28,138,78); }
td.TdClassName
{
border-color: #1C8A4E;
}
.TagClassName
{
border-color: #1C8A4E;
}
</style>