Shades of Salem #1F7851
Tints of Salem #1F7851
RGB
CMYK
RGB Variations
Color information
#1F7851 (or 0x1F7851) is known color: Salem. HEX triplet: 1F, 78 and 51. RGB value is (31,120,81). Sum of RGB (Red+Green+Blue) = 31+120+81=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7851 is #E087AE. Grayscale: #595959. Windows color (decimal): -14714799 or 5339167. OLE color: 5339167.
HSL color Cylindrical-coordinate representation of color #1F7851: hue angle of 153.71º 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 #1F7851 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 81 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.53 |
| HSL | 153.71º | 0.59% | 0.3% | - |
| HSV(B) | 153.71º | 0.74% | 0.47% | - |
| XYZ | 8.77 | 14.32 | 10.09 | - |
| YUV | 88.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 81 | 0.74 | 0 | 0.32 | 0.53 | 153.71 | 0.59 | 0.3 |
| Hex | 1F | 78 | 51 | 4A | 0 | 20 | 35 | 9A | 3B | 1E |
| Octal | 37 | 170 | 121 | 112 | 0 | 40 | 65 | 232 | 73 | 36 |
| Binary | 11111 | 1111000 | 1010001 | 1001010 | 0 | 100000 | 110101 | 10011010 | 111011 | 11110 |
Color Harmonies of #1F7851
Complementary color
Monochromatic Colors of #1F7851
Black with #1F7851
Text Example
Text Example
White with #1F7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7851; }
p { color: rgb(31,120,81); }
H1.HeaderClassName
{
color: #1F7851;
}
.AnyTagClassName
{
color: #1F7851;
}
</style>
background-color css
<style>
a { background-color: #1F7851; }
a { background-color: rgb(31,120,81); }
div.DivClassName
{
background-color: #1F7851;
}
.BgClassName
{
background-color: #1F7851;
}
</style>
border-color css
<style>
span { border-color: #1F7851; }
span { border-color: rgb(31,120,81); }
td.TdClassName
{
border-color: #1F7851;
}
.TagClassName
{
border-color: #1F7851;
}
</style>