Shades of Salem #028B3F
Tints of Salem #028B3F
RGB
CMYK
RGB Variations
Color information
#028B3F (or 0x028B3F) is known color: Salem. HEX triplet: 02, 8B and 3F. RGB value is (2,139,63). Sum of RGB (Red+Green+Blue) = 2+139+63=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #028B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028B3F is #FD74C0. Grayscale: #595959. Windows color (decimal): -16610497 or 4164354. OLE color: 4164354.
HSL color Cylindrical-coordinate representation of color #028B3F: hue angle of 146.72º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B3F is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 63 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.45 |
| HSL | 146.72º | 0.97% | 0.28% | - |
| HSV(B) | 146.72º | 0.99% | 0.55% | - |
| XYZ | 10.15 | 18.84 | 7.8 | - |
| YUV | 89.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 63 | 0.99 | 0 | 0.55 | 0.45 | 146.72 | 0.97 | 0.28 |
| Hex | 2 | 8B | 3F | 63 | 0 | 37 | 2D | 93 | 61 | 1C |
| Octal | 2 | 213 | 77 | 143 | 0 | 67 | 55 | 223 | 141 | 34 |
| Binary | 10 | 10001011 | 111111 | 1100011 | 0 | 110111 | 101101 | 10010011 | 1100001 | 11100 |
Color Harmonies of #028B3F
Complementary color
Monochromatic Colors of #028B3F
Black with #028B3F
Text Example
Text Example
White with #028B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B3F; }
p { color: rgb(2,139,63); }
H1.HeaderClassName
{
color: #028B3F;
}
.AnyTagClassName
{
color: #028B3F;
}
</style>
background-color css
<style>
a { background-color: #028B3F; }
a { background-color: rgb(2,139,63); }
div.DivClassName
{
background-color: #028B3F;
}
.BgClassName
{
background-color: #028B3F;
}
</style>
border-color css
<style>
span { border-color: #028B3F; }
span { border-color: rgb(2,139,63); }
td.TdClassName
{
border-color: #028B3F;
}
.TagClassName
{
border-color: #028B3F;
}
</style>