#02894C

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

Shades of Salem #02894C

Tints of Salem #02894C

Color information

#02894C (or 0x02894C) is unknown color: approx Salem. HEX triplet: 02, 89 and 4C. RGB value is (2,137,76). Sum of RGB (Red+Green+Blue) = 2+137+76=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #02894C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02894C is #FD76B3. Grayscale: #595959. Windows color (decimal): -16610996 or 5015810. OLE color: 5015810.

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

Color convert

RGB213776-
CMYK0.9900.450.46
HSL152.89º97.12%27.25%-
HSV(B)152.89º98.54%53.73%-
XYZ10.2818.439.85-
YUV89.68120.2765.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 137 (53.91% from 255) = 63.72%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=0.93%
G=63.72%
B=35.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2137760.9900.450.46152.8997.1227.25
Hex2894C6302D2E99611b
Octal22111141430555623114133
Binary101000100110011001100011010110110111010011001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02894C; }

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

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

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

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

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

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

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

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