Shades of Salem #018242
Tints of Salem #018242
RGB
CMYK
RGB Variations
Color information
#018242 (or 0x018242) is known color: Salem. HEX triplet: 01, 82 and 42. RGB value is (1,130,66). Sum of RGB (Red+Green+Blue) = 1+130+66=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #018242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018242 is #FE7DBD. Grayscale: #545454. Windows color (decimal): -16678334 or 4358657. OLE color: 4358657.
HSL color Cylindrical-coordinate representation of color #018242: hue angle of 150.23º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018242 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 66 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.49 |
| HSL | 150.23º | 0.98% | 0.26% | - |
| HSV(B) | 150.23º | 0.99% | 0.51% | - |
| XYZ | 8.98 | 16.37 | 7.84 | - |
| YUV | 84.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 66 | 0.99 | 0 | 0.49 | 0.49 | 150.23 | 0.98 | 0.26 |
| Hex | 1 | 82 | 42 | 63 | 0 | 31 | 31 | 96 | 62 | 1A |
| Octal | 1 | 202 | 102 | 143 | 0 | 61 | 61 | 226 | 142 | 32 |
| Binary | 1 | 10000010 | 1000010 | 1100011 | 0 | 110001 | 110001 | 10010110 | 1100010 | 11010 |
Color Harmonies of #018242
Complementary color
Monochromatic Colors of #018242
Black with #018242
Text Example
Text Example
White with #018242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018242; }
p { color: rgb(1,130,66); }
H1.HeaderClassName
{
color: #018242;
}
.AnyTagClassName
{
color: #018242;
}
</style>
background-color css
<style>
a { background-color: #018242; }
a { background-color: rgb(1,130,66); }
div.DivClassName
{
background-color: #018242;
}
.BgClassName
{
background-color: #018242;
}
</style>
border-color css
<style>
span { border-color: #018242; }
span { border-color: rgb(1,130,66); }
td.TdClassName
{
border-color: #018242;
}
.TagClassName
{
border-color: #018242;
}
</style>