Shades of Salem #1F7849
Tints of Salem #1F7849
RGB
CMYK
RGB Variations
Color information
#1F7849 (or 0x1F7849) is known color: Salem. HEX triplet: 1F, 78 and 49. RGB value is (31,120,73). Sum of RGB (Red+Green+Blue) = 31+120+73=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7849 is #E087B6. Grayscale: #585858. Windows color (decimal): -14714807 or 4814879. OLE color: 4814879.
HSL color Cylindrical-coordinate representation of color #1F7849: hue angle of 148.31º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7849 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 73 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.53 |
| HSL | 148.31º | 0.59% | 0.3% | - |
| HSV(B) | 148.31º | 0.74% | 0.47% | - |
| XYZ | 8.48 | 14.21 | 8.6 | - |
| YUV | 88.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 73 | 0.74 | 0 | 0.39 | 0.53 | 148.31 | 0.59 | 0.3 |
| Hex | 1F | 78 | 49 | 4A | 0 | 27 | 35 | 94 | 3B | 1E |
| Octal | 37 | 170 | 111 | 112 | 0 | 47 | 65 | 224 | 73 | 36 |
| Binary | 11111 | 1111000 | 1001001 | 1001010 | 0 | 100111 | 110101 | 10010100 | 111011 | 11110 |
Color Harmonies of #1F7849
Complementary color
Monochromatic Colors of #1F7849
Black with #1F7849
Text Example
Text Example
White with #1F7849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7849; }
p { color: rgb(31,120,73); }
H1.HeaderClassName
{
color: #1F7849;
}
.AnyTagClassName
{
color: #1F7849;
}
</style>
background-color css
<style>
a { background-color: #1F7849; }
a { background-color: rgb(31,120,73); }
div.DivClassName
{
background-color: #1F7849;
}
.BgClassName
{
background-color: #1F7849;
}
</style>
border-color css
<style>
span { border-color: #1F7849; }
span { border-color: rgb(31,120,73); }
td.TdClassName
{
border-color: #1F7849;
}
.TagClassName
{
border-color: #1F7849;
}
</style>