#02896A

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

Shades of Observatory #02896A

Tints of Observatory #02896A

Color information

#02896A (or 0x02896A) is unknown color: approx Observatory. HEX triplet: 02, 89 and 6A. RGB value is (2,137,106). Sum of RGB (Red+Green+Blue) = 2+137+106=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #02896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02896A is #FD7695. Grayscale: #5D5D5D. Windows color (decimal): -16610966 or 6981890. OLE color: 6981890.

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

Color convert

RGB2137106-
CMYK0.9900.230.46
HSL166.22º97.12%27.25%-
HSV(B)166.22º98.54%53.73%-
XYZ11.5718.9416.68-
YUV93.1135.2763.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=0.82%
G=55.92%
B=43.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21371060.9900.230.46166.2297.1227.25
Hex2896A630172Ea6611b
Octal22111521430275624614133
Binary10100010011101010110001101011110111010100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02896A; }

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

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

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

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

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

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

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

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