Shades of Salem #1F7250
Tints of Salem #1F7250
RGB
CMYK
RGB Variations
Color information
#1F7250 (or 0x1F7250) is known color: Salem. HEX triplet: 1F, 72 and 50. RGB value is (31,114,80). Sum of RGB (Red+Green+Blue) = 31+114+80=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7250 is #E08DAF. Grayscale: #555555. Windows color (decimal): -14716336 or 5272095. OLE color: 5272095.
HSL color Cylindrical-coordinate representation of color #1F7250: hue angle of 155.42º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7250 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 114 | 80 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.55 |
| HSL | 155.42º | 0.57% | 0.28% | - |
| HSV(B) | 155.42º | 0.73% | 0.45% | - |
| XYZ | 8.03 | 12.91 | 9.66 | - |
| YUV | 85.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 80 | 0.73 | 0 | 0.30 | 0.55 | 155.42 | 0.57 | 0.28 |
| Hex | 1F | 72 | 50 | 49 | 0 | 1E | 37 | 9B | 39 | 1C |
| Octal | 37 | 162 | 120 | 111 | 0 | 36 | 67 | 233 | 71 | 34 |
| Binary | 11111 | 1110010 | 1010000 | 1001001 | 0 | 11110 | 110111 | 10011011 | 111001 | 11100 |
Color Harmonies of #1F7250
Complementary color
Monochromatic Colors of #1F7250
Black with #1F7250
Text Example
Text Example
White with #1F7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7250; }
p { color: rgb(31,114,80); }
H1.HeaderClassName
{
color: #1F7250;
}
.AnyTagClassName
{
color: #1F7250;
}
</style>
background-color css
<style>
a { background-color: #1F7250; }
a { background-color: rgb(31,114,80); }
div.DivClassName
{
background-color: #1F7250;
}
.BgClassName
{
background-color: #1F7250;
}
</style>
border-color css
<style>
span { border-color: #1F7250; }
span { border-color: rgb(31,114,80); }
td.TdClassName
{
border-color: #1F7250;
}
.TagClassName
{
border-color: #1F7250;
}
</style>