#028973

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

Shades of Observatory #028973

Tints of Observatory #028973

Color information

#028973 (or 0x028973) is unknown color: approx Observatory. HEX triplet: 02, 89 and 73. RGB value is (2,137,115). Sum of RGB (Red+Green+Blue) = 2+137+115=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #028973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028973 is #FD768C. Grayscale: #5E5E5E. Windows color (decimal): -16610957 or 7571714. OLE color: 7571714.

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

Color convert

RGB2137115-
CMYK0.9900.160.46
HSL170.22º97.12%27.25%-
HSV(B)170.22º98.54%53.73%-
XYZ12.0719.1419.28-
YUV94.13139.7762.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 137 (53.91% from 255) = 53.94%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=0.79%
G=53.94%
B=45.28%

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
Decimal21371150.9900.160.46170.2297.1227.25
Hex28973630102Eaa611b
Octal22111631430205625214133
Binary10100010011110011110001101000010111010101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028973; }

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

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

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

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

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

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

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

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