#028963

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

Shades of Observatory #028963

Tints of Observatory #028963

Color information

#028963 (or 0x028963) is unknown color: approx Observatory. HEX triplet: 02, 89 and 63. RGB value is (2,137,99). Sum of RGB (Red+Green+Blue) = 2+137+99=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #028963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028963 is #FD769C. Grayscale: #5C5C5C. Windows color (decimal): -16610973 or 6523138. OLE color: 6523138.

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

Color convert

RGB213799-
CMYK0.9900.280.46
HSL163.11º97.12%27.25%-
HSV(B)163.11º98.54%53.73%-
XYZ11.2218.8114.84-
YUV92.3131.7763.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 137 (53.91% from 255) = 57.56%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=0.84%
G=57.56%
B=41.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2137990.9900.280.46163.1197.1227.25
Hex289636301C2Ea3611b
Octal22111431430345624314133
Binary10100010011100011110001101110010111010100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028963; }

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

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

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

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

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

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

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

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