#028E71

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

Shades of Observatory #028E71

Tints of Observatory #028E71

Color information

#028E71 (or 0x028E71) is unknown color: approx Observatory. HEX triplet: 02, 8E and 71. RGB value is (2,142,113). Sum of RGB (Red+Green+Blue) = 2+142+113=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #028E71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E71 is #FD718E. Grayscale: #606060. Windows color (decimal): -16609679 or 7441922. OLE color: 7441922.

HSL color Cylindrical-coordinate representation of color #028E71: hue angle of 167.57º 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 #028E71 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB2142113-
CMYK0.9900.200.44
HSL167.57º97.22%28.24%-
HSV(B)167.57º98.59%55.69%-
XYZ12.6820.5518.92-
YUV96.83137.1260.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 142 (55.86% from 255) = 55.25%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=0.78%
G=55.25%
B=43.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21421130.9900.200.44167.5797.2228.24
Hex28E71630142Ca8611c
Octal22161611430245425014134
Binary10100011101110001110001101010010110010101000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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