Shades of Salem #02883D
Tints of Salem #02883D
RGB
CMYK
RGB Variations
Color information
#02883D (or 0x02883D) is known color: Salem. HEX triplet: 02, 88 and 3D. RGB value is (2,136,61). Sum of RGB (Red+Green+Blue) = 2+136+61=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #02883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02883D is #FD77C2. Grayscale: #575757. Windows color (decimal): -16611267 or 4032514. OLE color: 4032514.
HSL color Cylindrical-coordinate representation of color #02883D: hue angle of 146.42º 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 #02883D is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 136 | 61 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.47 |
| HSL | 146.42º | 0.97% | 0.27% | - |
| HSV(B) | 146.42º | 0.99% | 0.53% | - |
| XYZ | 9.67 | 17.96 | 7.37 | - |
| YUV | 87.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 61 | 0.99 | 0 | 0.55 | 0.47 | 146.42 | 0.97 | 0.27 |
| Hex | 2 | 88 | 3D | 63 | 0 | 37 | 2F | 92 | 61 | 1B |
| Octal | 2 | 210 | 75 | 143 | 0 | 67 | 57 | 222 | 141 | 33 |
| Binary | 10 | 10001000 | 111101 | 1100011 | 0 | 110111 | 101111 | 10010010 | 1100001 | 11011 |
Color Harmonies of #02883D
Complementary color
Monochromatic Colors of #02883D
Black with #02883D
Text Example
Text Example
White with #02883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02883D; }
p { color: rgb(2,136,61); }
H1.HeaderClassName
{
color: #02883D;
}
.AnyTagClassName
{
color: #02883D;
}
</style>
background-color css
<style>
a { background-color: #02883D; }
a { background-color: rgb(2,136,61); }
div.DivClassName
{
background-color: #02883D;
}
.BgClassName
{
background-color: #02883D;
}
</style>
border-color css
<style>
span { border-color: #02883D; }
span { border-color: rgb(2,136,61); }
td.TdClassName
{
border-color: #02883D;
}
.TagClassName
{
border-color: #02883D;
}
</style>