#029579

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

Shades of Observatory #029579

Tints of Observatory #029579

Color information

#029579 (or 0x029579) is unknown color: approx Observatory. HEX triplet: 02, 95 and 79. RGB value is (2,149,121). Sum of RGB (Red+Green+Blue) = 2+149+121=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #029579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029579 is #FD6A86. Grayscale: #656565. Windows color (decimal): -16607879 or 7968002. OLE color: 7968002.

HSL color Cylindrical-coordinate representation of color #029579: hue angle of 168.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029579 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB2149121-
CMYK0.9900.190.42
HSL168.57º97.35%29.61%-
HSV(B)168.57º98.66%58.43%-
XYZ14.2222.8921.76-
YUV101.85138.856.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 149 (58.59% from 255) = 54.78%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=0.74%
G=54.78%
B=44.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21491210.9900.190.42168.5797.3529.61
Hex29579630132Aa9611e
Octal22251711430235225114136
Binary10100101011111001110001101001110101010101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029579; }

 p { color: rgb(2,149,121); }

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

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

 a { background-color: rgb(2,149,121); }

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

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

 span { border-color: rgb(2,149,121); }

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