#028844

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

Shades of Salem #028844

Tints of Salem #028844

Color information

#028844 (or 0x028844) is unknown color: approx Salem. HEX triplet: 02, 88 and 44. RGB value is (2,136,68). Sum of RGB (Red+Green+Blue) = 2+136+68=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #028844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028844 is #FD77BB. Grayscale: #585858. Windows color (decimal): -16611260 or 4491266. OLE color: 4491266.

HSL color Cylindrical-coordinate representation of color #028844: hue angle of 149.55º 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 #028844 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB213668-
CMYK0.9900.500.47
HSL149.55º97.1%27.06%-
HSV(B)149.55º98.53%53.33%-
XYZ9.8718.048.43-
YUV88.18116.6166.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 136 (53.52% from 255) = 66.02%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=0.97%
G=66.02%
B=33.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2136680.9900.500.47149.5597.127.06
Hex28844630322F96611b
Octal22101041430625722614133
Binary101000100010001001100011011001010111110010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028844; }

 p { color: rgb(2,136,68); }

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

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

 a { background-color: rgb(2,136,68); }

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

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

 span { border-color: rgb(2,136,68); }

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