#028E79

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

Shades of Observatory #028E79

Tints of Observatory #028E79

Color information

#028E79 (or 0x028E79) is unknown color: approx Observatory. HEX triplet: 02, 8E and 79. RGB value is (2,142,121). Sum of RGB (Red+Green+Blue) = 2+142+121=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #028E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E79 is #FD7186. Grayscale: #616161. Windows color (decimal): -16609671 or 7966210. OLE color: 7966210.

HSL color Cylindrical-coordinate representation of color #028E79: hue angle of 171º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028E79 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB2142121-
CMYK0.9900.150.44
HSL171º97.22%28.24%-
HSV(B)171º98.59%55.69%-
XYZ13.1520.7421.4-
YUV97.75141.1259.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=0.75%
G=53.58%
B=45.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21421210.9900.150.4417197.2228.24
Hex28E79630F2Cab611c
Octal22161711430175425314134
Binary1010001110111100111000110111110110010101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028E79; }

 p { color: rgb(2,142,121); }

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

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

 a { background-color: rgb(2,142,121); }

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

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

 span { border-color: rgb(2,142,121); }

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