#028873

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

Shades of Observatory #028873

Tints of Observatory #028873

Color information

#028873 (or 0x028873) is unknown color: approx Observatory. HEX triplet: 02, 88 and 73. RGB value is (2,136,115). Sum of RGB (Red+Green+Blue) = 2+136+115=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #028873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028873 is #FD778C. Grayscale: #5D5D5D. Windows color (decimal): -16611213 or 7571458. OLE color: 7571458.

HSL color Cylindrical-coordinate representation of color #028873: hue angle of 170.6º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028873 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB2136115-
CMYK0.9900.150.47
HSL170.6º97.1%27.06%-
HSV(B)170.6º98.53%53.33%-
XYZ11.9218.8619.23-
YUV93.54140.1162.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=0.79%
G=53.75%
B=45.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21361150.9900.150.47170.697.127.06
Hex28873630F2Fab611b
Octal22101631430175725314133
Binary1010001000111001111000110111110111110101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028873; }

 p { color: rgb(2,136,115); }

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

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

 a { background-color: rgb(2,136,115); }

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

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

 span { border-color: rgb(2,136,115); }

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