#028770

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

Shades of Observatory #028770

Tints of Observatory #028770

Color information

#028770 (or 0x028770) is unknown color: approx Observatory. HEX triplet: 02, 87 and 70. RGB value is (2,135,112). Sum of RGB (Red+Green+Blue) = 2+135+112=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #028770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028770 is #FD788F. Grayscale: #5C5C5C. Windows color (decimal): -16611472 or 7374594. OLE color: 7374594.

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

Color convert

RGB2135112-
CMYK0.9900.170.47
HSL169.62º97.08%26.86%-
HSV(B)169.62º98.52%52.94%-
XYZ11.6118.5118.29-
YUV92.61138.9463.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=0.80%
G=54.22%
B=44.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21351120.9900.170.47169.6297.0826.86
Hex28770630112Faa611b
Octal22071601430215725214133
Binary10100001111110000110001101000110111110101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028770; }

 p { color: rgb(2,135,112); }

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

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

 a { background-color: rgb(2,135,112); }

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

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

 span { border-color: rgb(2,135,112); }

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