#028246

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

Shades of Salem #028246

Tints of Salem #028246

Color information

#028246 (or 0x028246) is unknown color: approx Salem. HEX triplet: 02, 82 and 46. RGB value is (2,130,70). Sum of RGB (Red+Green+Blue) = 2+130+70=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #028246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028246 is #FD7DB9. Grayscale: #555555. Windows color (decimal): -16612794 or 4620802. OLE color: 4620802.

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

Color convert

RGB213070-
CMYK0.9800.460.49
HSL151.88º96.97%25.88%-
HSV(B)151.88º98.46%50.98%-
XYZ9.1116.428.48-
YUV84.89119.5968.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 130 (51.17% from 255) = 64.36%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=0.99%
G=64.36%
B=34.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130700.9800.460.49151.8896.9725.88
Hex282466202E3198611a
Octal22021061420566123014132
Binary101000001010001101100010010111011000110011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028246; }

 p { color: rgb(2,130,70); }

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

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

 a { background-color: rgb(2,130,70); }

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

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

 span { border-color: rgb(2,130,70); }

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