#028976

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

Shades of Observatory #028976

Tints of Observatory #028976

Color information

#028976 (or 0x028976) is unknown color: approx Observatory. HEX triplet: 02, 89 and 76. RGB value is (2,137,118). Sum of RGB (Red+Green+Blue) = 2+137+118=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #028976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028976 is #FD7689. Grayscale: #5E5E5E. Windows color (decimal): -16610954 or 7768322. OLE color: 7768322.

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

Color convert

RGB2137118-
CMYK0.9900.140.46
HSL171.56º97.12%27.25%-
HSV(B)171.56º98.54%53.73%-
XYZ12.2419.2120.2-
YUV94.47141.2762.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=0.78%
G=53.31%
B=45.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21371180.9900.140.46171.5697.1227.25
Hex28976630E2Eac611b
Octal22111661430165625414133
Binary1010001001111011011000110111010111010101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028976; }

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

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

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

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

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

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

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

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