Shades of Salem #1F7951
Tints of Salem #1F7951
RGB
CMYK
RGB Variations
Color information
#1F7951 (or 0x1F7951) is known color: Salem. HEX triplet: 1F, 79 and 51. RGB value is (31,121,81). Sum of RGB (Red+Green+Blue) = 31+121+81=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7951 is #E086AE. Grayscale: #595959. Windows color (decimal): -14714543 or 5339423. OLE color: 5339423.
HSL color Cylindrical-coordinate representation of color #1F7951: hue angle of 153.33º 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 #1F7951 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 121 | 81 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.53 |
| HSL | 153.33º | 0.59% | 0.3% | - |
| HSV(B) | 153.33º | 0.74% | 0.47% | - |
| XYZ | 8.89 | 14.56 | 10.13 | - |
| YUV | 89.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 121 | 81 | 0.74 | 0 | 0.33 | 0.53 | 153.33 | 0.59 | 0.3 |
| Hex | 1F | 79 | 51 | 4A | 0 | 21 | 35 | 99 | 3B | 1E |
| Octal | 37 | 171 | 121 | 112 | 0 | 41 | 65 | 231 | 73 | 36 |
| Binary | 11111 | 1111001 | 1010001 | 1001010 | 0 | 100001 | 110101 | 10011001 | 111011 | 11110 |
Color Harmonies of #1F7951
Complementary color
Monochromatic Colors of #1F7951
Black with #1F7951
Text Example
Text Example
White with #1F7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7951; }
p { color: rgb(31,121,81); }
H1.HeaderClassName
{
color: #1F7951;
}
.AnyTagClassName
{
color: #1F7951;
}
</style>
background-color css
<style>
a { background-color: #1F7951; }
a { background-color: rgb(31,121,81); }
div.DivClassName
{
background-color: #1F7951;
}
.BgClassName
{
background-color: #1F7951;
}
</style>
border-color css
<style>
span { border-color: #1F7951; }
span { border-color: rgb(31,121,81); }
td.TdClassName
{
border-color: #1F7951;
}
.TagClassName
{
border-color: #1F7951;
}
</style>