#028348

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

Shades of Salem #028348

Tints of Salem #028348

Color information

#028348 (or 0x028348) is unknown color: approx Salem. HEX triplet: 02, 83 and 48. RGB value is (2,131,72). Sum of RGB (Red+Green+Blue) = 2+131+72=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #028348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028348 is #FD7CB7. Grayscale: #555555. Windows color (decimal): -16612536 or 4752130. OLE color: 4752130.

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

Color convert

RGB213172-
CMYK0.9800.450.49
HSL152.56º96.99%26.08%-
HSV(B)152.56º98.47%51.37%-
XYZ9.3116.718.87-
YUV85.7120.2668.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 131 (51.56% from 255) = 63.90%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=0.98%
G=63.90%
B=35.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2131720.9800.450.49152.5696.9926.08
Hex283486202D3199611a
Octal22031101420556123114132
Binary101000001110010001100010010110111000110011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028348; }

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

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

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

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

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

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

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

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