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