#028938

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

Shades of Salem #028938

Tints of Salem #028938

Color information

#028938 (or 0x028938) is unknown color: approx Salem. HEX triplet: 02, 89 and 38. RGB value is (2,137,56). Sum of RGB (Red+Green+Blue) = 2+137+56=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #028938 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028938 is #FD76C7. Grayscale: #575757. Windows color (decimal): -16611016 or 3705090. OLE color: 3705090.

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

Color convert

RGB213756-
CMYK0.9900.590.46
HSL144º97.12%27.25%-
HSV(B)144º98.54%53.73%-
XYZ9.6818.196.74-
YUV87.4110.2767.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 137 (53.91% from 255) = 70.26%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=1.03%
G=70.26%
B=28.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2137560.9900.590.4614497.1227.25
Hex289386303B2E90611b
Octal2211701430735622014133
Binary10100010011110001100011011101110111010010000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028938; }

 p { color: rgb(2,137,56); }

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

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

 a { background-color: rgb(2,137,56); }

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

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

 span { border-color: rgb(2,137,56); }

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