Shades of Salem #1F8748
Tints of Salem #1F8748
RGB
CMYK
RGB Variations
Color information
#1F8748 (or 0x1F8748) is known color: Salem. HEX triplet: 1F, 87 and 48. RGB value is (31,135,72). Sum of RGB (Red+Green+Blue) = 31+135+72=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8748 is #E078B7. Grayscale: #606060. Windows color (decimal): -14710968 or 4753183. OLE color: 4753183.
HSL color Cylindrical-coordinate representation of color #1F8748: hue angle of 143.65º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8748 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 72 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.47 |
| HSL | 143.65º | 0.63% | 0.33% | - |
| HSV(B) | 143.65º | 0.77% | 0.53% | - |
| XYZ | 10.4 | 18.09 | 9.07 | - |
| YUV | 96.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 72 | 0.77 | 0 | 0.47 | 0.47 | 143.65 | 0.63 | 0.33 |
| Hex | 1F | 87 | 48 | 4D | 0 | 2F | 2F | 90 | 3F | 21 |
| Octal | 37 | 207 | 110 | 115 | 0 | 57 | 57 | 220 | 77 | 41 |
| Binary | 11111 | 10000111 | 1001000 | 1001101 | 0 | 101111 | 101111 | 10010000 | 111111 | 100001 |
Color Harmonies of #1F8748
Complementary color
Monochromatic Colors of #1F8748
Black with #1F8748
Text Example
Text Example
White with #1F8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8748; }
p { color: rgb(31,135,72); }
H1.HeaderClassName
{
color: #1F8748;
}
.AnyTagClassName
{
color: #1F8748;
}
</style>
background-color css
<style>
a { background-color: #1F8748; }
a { background-color: rgb(31,135,72); }
div.DivClassName
{
background-color: #1F8748;
}
.BgClassName
{
background-color: #1F8748;
}
</style>
border-color css
<style>
span { border-color: #1F8748; }
span { border-color: rgb(31,135,72); }
td.TdClassName
{
border-color: #1F8748;
}
.TagClassName
{
border-color: #1F8748;
}
</style>