Shades of Salem #12933F
Tints of Salem #12933F
RGB
CMYK
RGB Variations
Color information
#12933F (or 0x12933F) is known color: Salem. HEX triplet: 12, 93 and 3F. RGB value is (18,147,63). Sum of RGB (Red+Green+Blue) = 18+147+63=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #12933F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12933F is #ED6CC0. Grayscale: #636363. Windows color (decimal): -15559873 or 4166418. OLE color: 4166418.
HSL color Cylindrical-coordinate representation of color #12933F: hue angle of 140.93º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12933F is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 63 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.42 |
| HSL | 140.93º | 0.78% | 0.32% | - |
| HSV(B) | 140.93º | 0.88% | 0.58% | - |
| XYZ | 11.58 | 21.35 | 8.21 | - |
| YUV | 98.85 | 107.76 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 63 | 0.88 | 0 | 0.57 | 0.42 | 140.93 | 0.78 | 0.32 |
| Hex | 12 | 93 | 3F | 58 | 0 | 39 | 2A | 8D | 4E | 20 |
| Octal | 22 | 223 | 77 | 130 | 0 | 71 | 52 | 215 | 116 | 40 |
| Binary | 10010 | 10010011 | 111111 | 1011000 | 0 | 111001 | 101010 | 10001101 | 1001110 | 100000 |
Color Harmonies of #12933F
Complementary color
Monochromatic Colors of #12933F
Black with #12933F
Text Example
Text Example
White with #12933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12933F; }
p { color: rgb(18,147,63); }
H1.HeaderClassName
{
color: #12933F;
}
.AnyTagClassName
{
color: #12933F;
}
</style>
background-color css
<style>
a { background-color: #12933F; }
a { background-color: rgb(18,147,63); }
div.DivClassName
{
background-color: #12933F;
}
.BgClassName
{
background-color: #12933F;
}
</style>
border-color css
<style>
span { border-color: #12933F; }
span { border-color: rgb(18,147,63); }
td.TdClassName
{
border-color: #12933F;
}
.TagClassName
{
border-color: #12933F;
}
</style>