Shades of Salem #1F884B
Tints of Salem #1F884B
RGB
CMYK
RGB Variations
Color information
#1F884B (or 0x1F884B) is known color: Salem. HEX triplet: 1F, 88 and 4B. RGB value is (31,136,75). Sum of RGB (Red+Green+Blue) = 31+136+75=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #1F884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F884B is #E077B4. Grayscale: #616161. Windows color (decimal): -14710709 or 4950047. OLE color: 4950047.
HSL color Cylindrical-coordinate representation of color #1F884B: hue angle of 145.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F884B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 75 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.47 |
| HSL | 145.14º | 0.63% | 0.33% | - |
| HSV(B) | 145.14º | 0.77% | 0.53% | - |
| XYZ | 10.64 | 18.41 | 9.65 | - |
| YUV | 97.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 75 | 0.77 | 0 | 0.45 | 0.47 | 145.14 | 0.63 | 0.33 |
| Hex | 1F | 88 | 4B | 4D | 0 | 2D | 2F | 91 | 3F | 21 |
| Octal | 37 | 210 | 113 | 115 | 0 | 55 | 57 | 221 | 77 | 41 |
| Binary | 11111 | 10001000 | 1001011 | 1001101 | 0 | 101101 | 101111 | 10010001 | 111111 | 100001 |
Color Harmonies of #1F884B
Complementary color
Monochromatic Colors of #1F884B
Black with #1F884B
Text Example
Text Example
White with #1F884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F884B; }
p { color: rgb(31,136,75); }
H1.HeaderClassName
{
color: #1F884B;
}
.AnyTagClassName
{
color: #1F884B;
}
</style>
background-color css
<style>
a { background-color: #1F884B; }
a { background-color: rgb(31,136,75); }
div.DivClassName
{
background-color: #1F884B;
}
.BgClassName
{
background-color: #1F884B;
}
</style>
border-color css
<style>
span { border-color: #1F884B; }
span { border-color: rgb(31,136,75); }
td.TdClassName
{
border-color: #1F884B;
}
.TagClassName
{
border-color: #1F884B;
}
</style>