Shades of Salem #02823E
Tints of Salem #02823E
RGB
CMYK
RGB Variations
Color information
#02823E (or 0x02823E) is known color: Salem. HEX triplet: 02, 82 and 3E. RGB value is (2,130,62). Sum of RGB (Red+Green+Blue) = 2+130+62=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #02823E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02823E is #FD7DC1. Grayscale: #545454. Windows color (decimal): -16612802 or 4096514. OLE color: 4096514.
HSL color Cylindrical-coordinate representation of color #02823E: hue angle of 148.12º 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 #02823E is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 62 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.49 |
| HSL | 148.13º | 0.97% | 0.26% | - |
| HSV(B) | 148.13º | 0.98% | 0.51% | - |
| XYZ | 8.88 | 16.33 | 7.24 | - |
| YUV | 83.98 | 115.59 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 62 | 0.98 | 0 | 0.52 | 0.49 | 148.13 | 0.97 | 0.26 |
| Hex | 2 | 82 | 3E | 62 | 0 | 34 | 31 | 94 | 61 | 1A |
| Octal | 2 | 202 | 76 | 142 | 0 | 64 | 61 | 224 | 141 | 32 |
| Binary | 10 | 10000010 | 111110 | 1100010 | 0 | 110100 | 110001 | 10010100 | 1100001 | 11010 |
Color Harmonies of #02823E
Complementary color
Monochromatic Colors of #02823E
Black with #02823E
Text Example
Text Example
White with #02823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02823E; }
p { color: rgb(2,130,62); }
H1.HeaderClassName
{
color: #02823E;
}
.AnyTagClassName
{
color: #02823E;
}
</style>
background-color css
<style>
a { background-color: #02823E; }
a { background-color: rgb(2,130,62); }
div.DivClassName
{
background-color: #02823E;
}
.BgClassName
{
background-color: #02823E;
}
</style>
border-color css
<style>
span { border-color: #02823E; }
span { border-color: rgb(2,130,62); }
td.TdClassName
{
border-color: #02823E;
}
.TagClassName
{
border-color: #02823E;
}
</style>