#028551

Color #028551 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #028551

Tints of Salem #028551

Color information

#028551 (or 0x028551) is unknown color: approx Salem. HEX triplet: 02, 85 and 51. RGB value is (2,133,81). Sum of RGB (Red+Green+Blue) = 2+133+81=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #028551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028551 is #FD7AAE. Grayscale: #575757. Windows color (decimal): -16612015 or 5342466. OLE color: 5342466.

HSL color Cylindrical-coordinate representation of color #028551: hue angle of 156.18º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028551 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB213381-
CMYK0.9800.390.48
HSL156.18º97.04%26.47%-
HSV(B)156.18º98.5%52.16%-
XYZ9.917.3810.62-
YUV87.9124.166.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=0.93%
G=61.57%
B=37.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133810.9800.390.48156.1897.0426.47
Hex2855162027309c611a
Octal22051211420476023414132
Binary101000010110100011100010010011111000010011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028551; }

 p { color: rgb(2,133,81); }

 H1.HeaderClassName
 {
   color: #028551;
 }
 .AnyTagClassName
 {
   color: #028551;
 }
</style>
background-color css

<style>
 a { background-color: #028551; }

 a { background-color: rgb(2,133,81); }

 div.DivClassName
 {
   background-color: #028551;
 }
 .BgClassName
 {
   background-color: #028551;
 }
</style>
border-color css

<style>
 span { border-color: #028551; }

 span { border-color: rgb(2,133,81); }

 td.TdClassName
 {
   border-color: #028551;
 }
 .TagClassName
 {
   border-color: #028551;
 }
</style>