Shades of Salem #1F8851
Tints of Salem #1F8851
RGB
CMYK
RGB Variations
Color information
#1F8851 (or 0x1F8851) is known color: Salem. HEX triplet: 1F, 88 and 51. RGB value is (31,136,81). Sum of RGB (Red+Green+Blue) = 31+136+81=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8851 is #E077AE. Grayscale: #626262. Windows color (decimal): -14710703 or 5343263. OLE color: 5343263.
HSL color Cylindrical-coordinate representation of color #1F8851: hue angle of 148.57º 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 #1F8851 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 81 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.47 |
| HSL | 148.57º | 0.63% | 0.33% | - |
| HSV(B) | 148.57º | 0.77% | 0.53% | - |
| XYZ | 10.85 | 18.49 | 10.78 | - |
| YUV | 98.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 81 | 0.77 | 0 | 0.40 | 0.47 | 148.57 | 0.63 | 0.33 |
| Hex | 1F | 88 | 51 | 4D | 0 | 28 | 2F | 95 | 3F | 21 |
| Octal | 37 | 210 | 121 | 115 | 0 | 50 | 57 | 225 | 77 | 41 |
| Binary | 11111 | 10001000 | 1010001 | 1001101 | 0 | 101000 | 101111 | 10010101 | 111111 | 100001 |
Color Harmonies of #1F8851
Complementary color
Monochromatic Colors of #1F8851
Black with #1F8851
Text Example
Text Example
White with #1F8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8851; }
p { color: rgb(31,136,81); }
H1.HeaderClassName
{
color: #1F8851;
}
.AnyTagClassName
{
color: #1F8851;
}
</style>
background-color css
<style>
a { background-color: #1F8851; }
a { background-color: rgb(31,136,81); }
div.DivClassName
{
background-color: #1F8851;
}
.BgClassName
{
background-color: #1F8851;
}
</style>
border-color css
<style>
span { border-color: #1F8851; }
span { border-color: rgb(31,136,81); }
td.TdClassName
{
border-color: #1F8851;
}
.TagClassName
{
border-color: #1F8851;
}
</style>