Shades of Salem #1F824C
Tints of Salem #1F824C
RGB
CMYK
RGB Variations
Color information
#1F824C (or 0x1F824C) is known color: Salem. HEX triplet: 1F, 82 and 4C. RGB value is (31,130,76). Sum of RGB (Red+Green+Blue) = 31+130+76=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #1F824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F824C is #E07DB3. Grayscale: #5E5E5E. Windows color (decimal): -14712244 or 5014047. OLE color: 5014047.
HSL color Cylindrical-coordinate representation of color #1F824C: hue angle of 147.27º 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 #1F824C is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 76 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.49 |
| HSL | 147.27º | 0.61% | 0.32% | - |
| HSV(B) | 147.27º | 0.76% | 0.51% | - |
| XYZ | 9.85 | 16.78 | 9.56 | - |
| YUV | 94.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 76 | 0.76 | 0 | 0.42 | 0.49 | 147.27 | 0.61 | 0.32 |
| Hex | 1F | 82 | 4C | 4C | 0 | 2A | 31 | 93 | 3D | 20 |
| Octal | 37 | 202 | 114 | 114 | 0 | 52 | 61 | 223 | 75 | 40 |
| Binary | 11111 | 10000010 | 1001100 | 1001100 | 0 | 101010 | 110001 | 10010011 | 111101 | 100000 |
Color Harmonies of #1F824C
Complementary color
Monochromatic Colors of #1F824C
Black with #1F824C
Text Example
Text Example
White with #1F824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F824C; }
p { color: rgb(31,130,76); }
H1.HeaderClassName
{
color: #1F824C;
}
.AnyTagClassName
{
color: #1F824C;
}
</style>
background-color css
<style>
a { background-color: #1F824C; }
a { background-color: rgb(31,130,76); }
div.DivClassName
{
background-color: #1F824C;
}
.BgClassName
{
background-color: #1F824C;
}
</style>
border-color css
<style>
span { border-color: #1F824C; }
span { border-color: rgb(31,130,76); }
td.TdClassName
{
border-color: #1F824C;
}
.TagClassName
{
border-color: #1F824C;
}
</style>