Shades of Salem #02883A
Tints of Salem #02883A
RGB
CMYK
RGB Variations
Color information
#02883A (or 0x02883A) is known color: Salem. HEX triplet: 02, 88 and 3A. RGB value is (2,136,58). Sum of RGB (Red+Green+Blue) = 2+136+58=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #02883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02883A is #FD77C5. Grayscale: #575757. Windows color (decimal): -16611270 or 3835906. OLE color: 3835906.
HSL color Cylindrical-coordinate representation of color #02883A: hue angle of 145.07º 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 #02883A is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 136 | 58 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.47 |
| HSL | 145.07º | 0.97% | 0.27% | - |
| HSV(B) | 145.07º | 0.99% | 0.53% | - |
| XYZ | 9.59 | 17.93 | 6.96 | - |
| YUV | 87.04 | 111.61 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 58 | 0.99 | 0 | 0.57 | 0.47 | 145.07 | 0.97 | 0.27 |
| Hex | 2 | 88 | 3A | 63 | 0 | 39 | 2F | 91 | 61 | 1B |
| Octal | 2 | 210 | 72 | 143 | 0 | 71 | 57 | 221 | 141 | 33 |
| Binary | 10 | 10001000 | 111010 | 1100011 | 0 | 111001 | 101111 | 10010001 | 1100001 | 11011 |
Color Harmonies of #02883A
Complementary color
Monochromatic Colors of #02883A
Black with #02883A
Text Example
Text Example
White with #02883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02883A; }
p { color: rgb(2,136,58); }
H1.HeaderClassName
{
color: #02883A;
}
.AnyTagClassName
{
color: #02883A;
}
</style>
background-color css
<style>
a { background-color: #02883A; }
a { background-color: rgb(2,136,58); }
div.DivClassName
{
background-color: #02883A;
}
.BgClassName
{
background-color: #02883A;
}
</style>
border-color css
<style>
span { border-color: #02883A; }
span { border-color: rgb(2,136,58); }
td.TdClassName
{
border-color: #02883A;
}
.TagClassName
{
border-color: #02883A;
}
</style>