Shades of Salem #027E43
Tints of Salem #027E43
RGB
CMYK
RGB Variations
Color information
#027E43 (or 0x027E43) is known color: Salem. HEX triplet: 02, 7E and 43. RGB value is (2,126,67). Sum of RGB (Red+Green+Blue) = 2+126+67=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #027E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E43 is #FD81BC. Grayscale: #525252. Windows color (decimal): -16613821 or 4423170. OLE color: 4423170.
HSL color Cylindrical-coordinate representation of color #027E43: hue angle of 151.45º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E43 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 67 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.51 |
| HSL | 151.45º | 0.97% | 0.25% | - |
| HSV(B) | 151.45º | 0.98% | 0.49% | - |
| XYZ | 8.5 | 15.34 | 7.82 | - |
| YUV | 82.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 67 | 0.98 | 0 | 0.47 | 0.51 | 151.45 | 0.97 | 0.25 |
| Hex | 2 | 7E | 43 | 62 | 0 | 2F | 33 | 97 | 61 | 19 |
| Octal | 2 | 176 | 103 | 142 | 0 | 57 | 63 | 227 | 141 | 31 |
| Binary | 10 | 1111110 | 1000011 | 1100010 | 0 | 101111 | 110011 | 10010111 | 1100001 | 11001 |
Color Harmonies of #027E43
Complementary color
Monochromatic Colors of #027E43
Black with #027E43
Text Example
Text Example
White with #027E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E43; }
p { color: rgb(2,126,67); }
H1.HeaderClassName
{
color: #027E43;
}
.AnyTagClassName
{
color: #027E43;
}
</style>
background-color css
<style>
a { background-color: #027E43; }
a { background-color: rgb(2,126,67); }
div.DivClassName
{
background-color: #027E43;
}
.BgClassName
{
background-color: #027E43;
}
</style>
border-color css
<style>
span { border-color: #027E43; }
span { border-color: rgb(2,126,67); }
td.TdClassName
{
border-color: #027E43;
}
.TagClassName
{
border-color: #027E43;
}
</style>