#028A74

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

Shades of Observatory #028A74

Tints of Observatory #028A74

Color information

#028A74 (or 0x028A74) is unknown color: approx Observatory. HEX triplet: 02, 8A and 74. RGB value is (2,138,116). Sum of RGB (Red+Green+Blue) = 2+138+116=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #028A74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028A74 is #FD758B. Grayscale: #5E5E5E. Windows color (decimal): -16610700 or 7637506. OLE color: 7637506.

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

Color convert

RGB2138116-
CMYK0.9900.160.46
HSL170.29º97.14%27.45%-
HSV(B)170.29º98.55%54.12%-
XYZ12.2719.4519.63-
YUV94.83139.9461.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 138 (54.30% from 255) = 53.91%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=0.78%
G=53.91%
B=45.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21381160.9900.160.46170.2997.1427.45
Hex28A74630102Eaa611b
Octal22121641430205625214133
Binary10100010101110100110001101000010111010101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,138,116); }

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

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

 a { background-color: rgb(2,138,116); }

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

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

 span { border-color: rgb(2,138,116); }

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