#028648

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

Shades of Salem #028648

Tints of Salem #028648

Color information

#028648 (or 0x028648) is unknown color: approx Salem. HEX triplet: 02, 86 and 48. RGB value is (2,134,72). Sum of RGB (Red+Green+Blue) = 2+134+72=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #028648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028648 is #FD79B7. Grayscale: #575757. Windows color (decimal): -16611768 or 4752898. OLE color: 4752898.

HSL color Cylindrical-coordinate representation of color #028648: hue angle of 151.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028648 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB213472-
CMYK0.9900.460.47
HSL151.82º97.06%26.67%-
HSV(B)151.82º98.51%52.55%-
XYZ9.7217.539-
YUV87.46119.2767.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 134 (52.73% from 255) = 64.42%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=0.96%
G=64.42%
B=34.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2134720.9900.460.47151.8297.0626.67
Hex286486302E2F98611b
Octal22061101430565723014133
Binary101000011010010001100011010111010111110011000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028648; }

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

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

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

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

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

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

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

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