Shades of Salem #1F883F
Tints of Salem #1F883F
RGB
CMYK
RGB Variations
Color information
#1F883F (or 0x1F883F) is known color: Salem. HEX triplet: 1F, 88 and 3F. RGB value is (31,136,63). Sum of RGB (Red+Green+Blue) = 31+136+63=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #1F883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F883F is #E077C0. Grayscale: #606060. Windows color (decimal): -14710721 or 4163615. OLE color: 4163615.
HSL color Cylindrical-coordinate representation of color #1F883F: hue angle of 138.29º 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 #1F883F is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 63 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.47 |
| HSL | 138.29º | 0.63% | 0.33% | - |
| HSV(B) | 138.29º | 0.77% | 0.53% | - |
| XYZ | 10.27 | 18.26 | 7.69 | - |
| YUV | 96.28 | 109.21 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 63 | 0.77 | 0 | 0.54 | 0.47 | 138.29 | 0.63 | 0.33 |
| Hex | 1F | 88 | 3F | 4D | 0 | 36 | 2F | 8A | 3F | 21 |
| Octal | 37 | 210 | 77 | 115 | 0 | 66 | 57 | 212 | 77 | 41 |
| Binary | 11111 | 10001000 | 111111 | 1001101 | 0 | 110110 | 101111 | 10001010 | 111111 | 100001 |
Color Harmonies of #1F883F
Complementary color
Monochromatic Colors of #1F883F
Black with #1F883F
Text Example
Text Example
White with #1F883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F883F; }
p { color: rgb(31,136,63); }
H1.HeaderClassName
{
color: #1F883F;
}
.AnyTagClassName
{
color: #1F883F;
}
</style>
background-color css
<style>
a { background-color: #1F883F; }
a { background-color: rgb(31,136,63); }
div.DivClassName
{
background-color: #1F883F;
}
.BgClassName
{
background-color: #1F883F;
}
</style>
border-color css
<style>
span { border-color: #1F883F; }
span { border-color: rgb(31,136,63); }
td.TdClassName
{
border-color: #1F883F;
}
.TagClassName
{
border-color: #1F883F;
}
</style>