Shades of Salem #128E44
Tints of Salem #128E44
RGB
CMYK
RGB Variations
Color information
#128E44 (or 0x128E44) is known color: Salem. HEX triplet: 12, 8E and 44. RGB value is (18,142,68). Sum of RGB (Red+Green+Blue) = 18+142+68=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 142 (55.86% from 255 or 62.28% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 142 - color contains mainly: green. Hex color #128E44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128E44 is #ED71BB. Grayscale: #606060. Windows color (decimal): -15561148 or 4492818. OLE color: 4492818.
HSL color Cylindrical-coordinate representation of color #128E44: hue angle of 144.19º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E44 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 142 | 68 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.44 |
| HSL | 144.19º | 0.78% | 0.31% | - |
| HSV(B) | 144.19º | 0.87% | 0.56% | - |
| XYZ | 10.97 | 19.89 | 8.73 | - |
| YUV | 96.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 68 | 0.87 | 0 | 0.52 | 0.44 | 144.19 | 0.78 | 0.31 |
| Hex | 12 | 8E | 44 | 57 | 0 | 34 | 2C | 90 | 4E | 1F |
| Octal | 22 | 216 | 104 | 127 | 0 | 64 | 54 | 220 | 116 | 37 |
| Binary | 10010 | 10001110 | 1000100 | 1010111 | 0 | 110100 | 101100 | 10010000 | 1001110 | 11111 |
Color Harmonies of #128E44
Complementary color
Monochromatic Colors of #128E44
Black with #128E44
Text Example
Text Example
White with #128E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E44; }
p { color: rgb(18,142,68); }
H1.HeaderClassName
{
color: #128E44;
}
.AnyTagClassName
{
color: #128E44;
}
</style>
background-color css
<style>
a { background-color: #128E44; }
a { background-color: rgb(18,142,68); }
div.DivClassName
{
background-color: #128E44;
}
.BgClassName
{
background-color: #128E44;
}
</style>
border-color css
<style>
span { border-color: #128E44; }
span { border-color: rgb(18,142,68); }
td.TdClassName
{
border-color: #128E44;
}
.TagClassName
{
border-color: #128E44;
}
</style>