#029578

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

Shades of Observatory #029578

Tints of Observatory #029578

Color information

#029578 (or 0x029578) is unknown color: approx Observatory. HEX triplet: 02, 95 and 78. RGB value is (2,149,120). Sum of RGB (Red+Green+Blue) = 2+149+120=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #029578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029578 is #FD6A87. Grayscale: #656565. Windows color (decimal): -16607880 or 7902466. OLE color: 7902466.

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

Color convert

RGB2149120-
CMYK0.9900.190.42
HSL168.16º97.35%29.61%-
HSV(B)168.16º98.66%58.43%-
XYZ14.1622.8621.44-
YUV101.74138.356.86-

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.98%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=0.74%
G=54.98%
B=44.28%

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
Decimal21491200.9900.190.42168.1697.3529.61
Hex29578630132Aa8611e
Octal22251701430235225014136
Binary10100101011111000110001101001110101010101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029578; }

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

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

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

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

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

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

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

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