Shades of Salem #12933D
Tints of Salem #12933D
RGB
CMYK
RGB Variations
Color information
#12933D (or 0x12933D) is known color: Salem. HEX triplet: 12, 93 and 3D. RGB value is (18,147,61). Sum of RGB (Red+Green+Blue) = 18+147+61=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #12933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12933D is #ED6CC2. Grayscale: #626262. Windows color (decimal): -15559875 or 4035346. OLE color: 4035346.
HSL color Cylindrical-coordinate representation of color #12933D: hue angle of 140º 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 #12933D is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 61 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.42 |
| HSL | 140º | 0.78% | 0.32% | - |
| HSV(B) | 140º | 0.88% | 0.58% | - |
| XYZ | 11.53 | 21.33 | 7.93 | - |
| YUV | 98.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 61 | 0.88 | 0 | 0.59 | 0.42 | 140 | 0.78 | 0.32 |
| Hex | 12 | 93 | 3D | 58 | 0 | 3B | 2A | 8C | 4E | 20 |
| Octal | 22 | 223 | 75 | 130 | 0 | 73 | 52 | 214 | 116 | 40 |
| Binary | 10010 | 10010011 | 111101 | 1011000 | 0 | 111011 | 101010 | 10001100 | 1001110 | 100000 |
Color Harmonies of #12933D
Complementary color
Monochromatic Colors of #12933D
Black with #12933D
Text Example
Text Example
White with #12933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12933D; }
p { color: rgb(18,147,61); }
H1.HeaderClassName
{
color: #12933D;
}
.AnyTagClassName
{
color: #12933D;
}
</style>
background-color css
<style>
a { background-color: #12933D; }
a { background-color: rgb(18,147,61); }
div.DivClassName
{
background-color: #12933D;
}
.BgClassName
{
background-color: #12933D;
}
</style>
border-color css
<style>
span { border-color: #12933D; }
span { border-color: rgb(18,147,61); }
td.TdClassName
{
border-color: #12933D;
}
.TagClassName
{
border-color: #12933D;
}
</style>