Shades of Salem #02884A
Tints of Salem #02884A
RGB
CMYK
RGB Variations
Color information
#02884A (or 0x02884A) is known color: Salem. HEX triplet: 02, 88 and 4A. RGB value is (2,136,74). Sum of RGB (Red+Green+Blue) = 2+136+74=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #02884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02884A is #FD77B5. Grayscale: #585858. Windows color (decimal): -16611254 or 4884482. OLE color: 4884482.
HSL color Cylindrical-coordinate representation of color #02884A: hue angle of 152.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02884A is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 136 | 74 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.47 |
| HSL | 152.24º | 0.97% | 0.27% | - |
| HSV(B) | 152.24º | 0.99% | 0.53% | - |
| XYZ | 10.07 | 18.12 | 9.44 | - |
| YUV | 88.87 | 119.61 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 74 | 0.99 | 0 | 0.46 | 0.47 | 152.24 | 0.97 | 0.27 |
| Hex | 2 | 88 | 4A | 63 | 0 | 2E | 2F | 98 | 61 | 1B |
| Octal | 2 | 210 | 112 | 143 | 0 | 56 | 57 | 230 | 141 | 33 |
| Binary | 10 | 10001000 | 1001010 | 1100011 | 0 | 101110 | 101111 | 10011000 | 1100001 | 11011 |
Color Harmonies of #02884A
Complementary color
Monochromatic Colors of #02884A
Black with #02884A
Text Example
Text Example
White with #02884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02884A; }
p { color: rgb(2,136,74); }
H1.HeaderClassName
{
color: #02884A;
}
.AnyTagClassName
{
color: #02884A;
}
</style>
background-color css
<style>
a { background-color: #02884A; }
a { background-color: rgb(2,136,74); }
div.DivClassName
{
background-color: #02884A;
}
.BgClassName
{
background-color: #02884A;
}
</style>
border-color css
<style>
span { border-color: #02884A; }
span { border-color: rgb(2,136,74); }
td.TdClassName
{
border-color: #02884A;
}
.TagClassName
{
border-color: #02884A;
}
</style>