#02893E

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

Shades of Salem #02893E

Tints of Salem #02893E

Color information

#02893E (or 0x02893E) is unknown color: approx Salem. HEX triplet: 02, 89 and 3E. RGB value is (2,137,62). Sum of RGB (Red+Green+Blue) = 2+137+62=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 137 (53.91% from 255 or 68.16% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 137 - color contains mainly: green. Hex color #02893E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02893E is #FD76C1. Grayscale: #585858. Windows color (decimal): -16611010 or 4098306. OLE color: 4098306.

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

Color convert

RGB213762-
CMYK0.9900.550.46
HSL146.67º97.12%27.25%-
HSV(B)146.67º98.54%53.73%-
XYZ9.8418.257.56-
YUV88.08113.2766.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 137 (53.91% from 255) = 68.16%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=1.00%
G=68.16%
B=30.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2137620.9900.550.46146.6797.1227.25
Hex2893E630372E93611b
Octal2211761430675622314133
Binary10100010011111101100011011011110111010010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02893E; }

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

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

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

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

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

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

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

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