#028552

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

Shades of Salem #028552

Tints of Salem #028552

Color information

#028552 (or 0x028552) is unknown color: approx Salem. HEX triplet: 02, 85 and 52. RGB value is (2,133,82). Sum of RGB (Red+Green+Blue) = 2+133+82=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #028552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028552 is #FD7AAD. Grayscale: #585858. Windows color (decimal): -16612014 or 5408002. OLE color: 5408002.

HSL color Cylindrical-coordinate representation of color #028552: hue angle of 156.64º 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 #028552 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB213382-
CMYK0.9800.380.48
HSL156.64º97.04%26.47%-
HSV(B)156.64º98.5%52.16%-
XYZ9.9417.410.82-
YUV88.02124.666.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 133 (52.34% from 255) = 61.29%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=0.92%
G=61.29%
B=37.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133820.9800.380.48156.6497.0426.47
Hex2855262026309d611a
Octal22051221420466023514132
Binary101000010110100101100010010011011000010011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028552; }

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

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

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

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

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

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

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

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