Shades of Salem #1F8259
Tints of Salem #1F8259
RGB
CMYK
RGB Variations
Color information
#1F8259 (or 0x1F8259) is known color: Salem. HEX triplet: 1F, 82 and 59. RGB value is (31,130,89). Sum of RGB (Red+Green+Blue) = 31+130+89=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8259 is #E07DA6. Grayscale: #5F5F5F. Windows color (decimal): -14712231 or 5866015. OLE color: 5866015.
HSL color Cylindrical-coordinate representation of color #1F8259: hue angle of 155.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8259 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 89 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.49 |
| HSL | 155.15º | 0.61% | 0.32% | - |
| HSV(B) | 155.15º | 0.76% | 0.51% | - |
| XYZ | 10.35 | 16.98 | 12.18 | - |
| YUV | 95.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 89 | 0.76 | 0 | 0.32 | 0.49 | 155.15 | 0.61 | 0.32 |
| Hex | 1F | 82 | 59 | 4C | 0 | 20 | 31 | 9B | 3D | 20 |
| Octal | 37 | 202 | 131 | 114 | 0 | 40 | 61 | 233 | 75 | 40 |
| Binary | 11111 | 10000010 | 1011001 | 1001100 | 0 | 100000 | 110001 | 10011011 | 111101 | 100000 |
Color Harmonies of #1F8259
Complementary color
Monochromatic Colors of #1F8259
Black with #1F8259
Text Example
Text Example
White with #1F8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8259; }
p { color: rgb(31,130,89); }
H1.HeaderClassName
{
color: #1F8259;
}
.AnyTagClassName
{
color: #1F8259;
}
</style>
background-color css
<style>
a { background-color: #1F8259; }
a { background-color: rgb(31,130,89); }
div.DivClassName
{
background-color: #1F8259;
}
.BgClassName
{
background-color: #1F8259;
}
</style>
border-color css
<style>
span { border-color: #1F8259; }
span { border-color: rgb(31,130,89); }
td.TdClassName
{
border-color: #1F8259;
}
.TagClassName
{
border-color: #1F8259;
}
</style>