Shades of Salem #1F8044
Tints of Salem #1F8044
RGB
CMYK
RGB Variations
Color information
#1F8044 (or 0x1F8044) is known color: Salem. HEX triplet: 1F, 80 and 44. RGB value is (31,128,68). Sum of RGB (Red+Green+Blue) = 31+128+68=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8044 is #E07FBB. Grayscale: #5C5C5C. Windows color (decimal): -14712764 or 4489247. OLE color: 4489247.
HSL color Cylindrical-coordinate representation of color #1F8044: hue angle of 142.89º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8044 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 68 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.50 |
| HSL | 142.89º | 0.61% | 0.31% | - |
| HSV(B) | 142.89º | 0.76% | 0.5% | - |
| XYZ | 9.33 | 16.15 | 8.09 | - |
| YUV | 92.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 68 | 0.76 | 0 | 0.47 | 0.50 | 142.89 | 0.61 | 0.31 |
| Hex | 1F | 80 | 44 | 4C | 0 | 2F | 32 | 8F | 3D | 1F |
| Octal | 37 | 200 | 104 | 114 | 0 | 57 | 62 | 217 | 75 | 37 |
| Binary | 11111 | 10000000 | 1000100 | 1001100 | 0 | 101111 | 110010 | 10001111 | 111101 | 11111 |
Color Harmonies of #1F8044
Complementary color
Monochromatic Colors of #1F8044
Black with #1F8044
Text Example
Text Example
White with #1F8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8044; }
p { color: rgb(31,128,68); }
H1.HeaderClassName
{
color: #1F8044;
}
.AnyTagClassName
{
color: #1F8044;
}
</style>
background-color css
<style>
a { background-color: #1F8044; }
a { background-color: rgb(31,128,68); }
div.DivClassName
{
background-color: #1F8044;
}
.BgClassName
{
background-color: #1F8044;
}
</style>
border-color css
<style>
span { border-color: #1F8044; }
span { border-color: rgb(31,128,68); }
td.TdClassName
{
border-color: #1F8044;
}
.TagClassName
{
border-color: #1F8044;
}
</style>