#028969

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

Shades of Observatory #028969

Tints of Observatory #028969

Color information

#028969 (or 0x028969) is unknown color: approx Observatory. HEX triplet: 02, 89 and 69. RGB value is (2,137,105). Sum of RGB (Red+Green+Blue) = 2+137+105=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #028969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028969 is #FD7696. Grayscale: #5C5C5C. Windows color (decimal): -16610967 or 6916354. OLE color: 6916354.

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

Color convert

RGB2137105-
CMYK0.9900.230.46
HSL165.78º97.12%27.25%-
HSV(B)165.78º98.54%53.73%-
XYZ11.5218.9216.41-
YUV92.99134.7763.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=0.82%
G=56.15%
B=43.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21371050.9900.230.46165.7897.1227.25
Hex28969630172Ea6611b
Octal22111511430275624614133
Binary10100010011101001110001101011110111010100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028969; }

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

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

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

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

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

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

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

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