#028A43

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

Shades of Salem #028A43

Tints of Salem #028A43

Color information

#028A43 (or 0x028A43) is unknown color: approx Salem. HEX triplet: 02, 8A and 43. RGB value is (2,138,67). Sum of RGB (Red+Green+Blue) = 2+138+67=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #028A43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028A43 is #FD75BC. Grayscale: #595959. Windows color (decimal): -16610749 or 4426242. OLE color: 4426242.

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

Color convert

RGB213867-
CMYK0.9900.510.46
HSL148.68º97.14%27.45%-
HSV(B)148.68º98.55%54.12%-
XYZ10.1318.68.37-
YUV89.24115.4465.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 138 (54.30% from 255) = 66.67%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=0.97%
G=66.67%
B=32.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2138670.9900.510.46148.6897.1427.45
Hex28A43630332E95611b
Octal22121031430635622514133
Binary101000101010000111100011011001110111010010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028A43; }

 p { color: rgb(2,138,67); }

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

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

 a { background-color: rgb(2,138,67); }

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

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

 span { border-color: rgb(2,138,67); }

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