#028048

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

Shades of Salem #028048

Tints of Salem #028048

Color information

#028048 (or 0x028048) is unknown color: approx Salem. HEX triplet: 02, 80 and 48. RGB value is (2,128,72). Sum of RGB (Red+Green+Blue) = 2+128+72=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #028048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028048 is #FD7FB7. Grayscale: #545454. Windows color (decimal): -16613304 or 4751362. OLE color: 4751362.

HSL color Cylindrical-coordinate representation of color #028048: hue angle of 153.33º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028048 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB212872-
CMYK0.9800.440.50
HSL153.33º96.92%25.49%-
HSV(B)153.33º98.44%50.2%-
XYZ8.9115.928.73-
YUV83.94121.2669.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 128 (50.39% from 255) = 63.37%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=0.99%
G=63.37%
B=35.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2128720.9800.440.50153.3396.9225.49
Hex280486202C32996119
Octal22001101420546223114131
Binary101000000010010001100010010110011001010011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028048; }

 p { color: rgb(2,128,72); }

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

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

 a { background-color: rgb(2,128,72); }

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

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

 span { border-color: rgb(2,128,72); }

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