Shades of Salem #028240
Tints of Salem #028240
RGB
CMYK
RGB Variations
Color information
#028240 (or 0x028240) is known color: Salem. HEX triplet: 02, 82 and 40. RGB value is (2,130,64). Sum of RGB (Red+Green+Blue) = 2+130+64=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #028240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028240 is #FD7DBF. Grayscale: #545454. Windows color (decimal): -16612800 or 4227586. OLE color: 4227586.
HSL color Cylindrical-coordinate representation of color #028240: hue angle of 149.06º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028240 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 64 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.49 |
| HSL | 149.06º | 0.97% | 0.26% | - |
| HSV(B) | 149.06º | 0.98% | 0.51% | - |
| XYZ | 8.93 | 16.35 | 7.54 | - |
| YUV | 84.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 64 | 0.98 | 0 | 0.51 | 0.49 | 149.06 | 0.97 | 0.26 |
| Hex | 2 | 82 | 40 | 62 | 0 | 33 | 31 | 95 | 61 | 1A |
| Octal | 2 | 202 | 100 | 142 | 0 | 63 | 61 | 225 | 141 | 32 |
| Binary | 10 | 10000010 | 1000000 | 1100010 | 0 | 110011 | 110001 | 10010101 | 1100001 | 11010 |
Color Harmonies of #028240
Complementary color
Monochromatic Colors of #028240
Black with #028240
Text Example
Text Example
White with #028240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028240; }
p { color: rgb(2,130,64); }
H1.HeaderClassName
{
color: #028240;
}
.AnyTagClassName
{
color: #028240;
}
</style>
background-color css
<style>
a { background-color: #028240; }
a { background-color: rgb(2,130,64); }
div.DivClassName
{
background-color: #028240;
}
.BgClassName
{
background-color: #028240;
}
</style>
border-color css
<style>
span { border-color: #028240; }
span { border-color: rgb(2,130,64); }
td.TdClassName
{
border-color: #028240;
}
.TagClassName
{
border-color: #028240;
}
</style>