#029167

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

Shades of Observatory #029167

Tints of Observatory #029167

Color information

#029167 (or 0x029167) is unknown color: approx Observatory. HEX triplet: 02, 91 and 67. RGB value is (2,145,103). Sum of RGB (Red+Green+Blue) = 2+145+103=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #029167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029167 is #FD6E98. Grayscale: #616161. Windows color (decimal): -16608921 or 6787330. OLE color: 6787330.

HSL color Cylindrical-coordinate representation of color #029167: hue angle of 162.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029167 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB2145103-
CMYK0.9900.290.43
HSL162.38º97.28%28.82%-
HSV(B)162.38º98.62%56.86%-
XYZ12.621.2416.27-
YUV97.46131.1259.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 145 (57.03% from 255) = 58%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=0.8%
G=58%
B=41.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451030.9900.290.43162.3897.2828.82
Hex291676301D2Ba2611d
Octal22211471430355324214135
Binary10100100011100111110001101110110101110100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029167; }

 p { color: rgb(2,145,103); }

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

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

 a { background-color: rgb(2,145,103); }

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

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

 span { border-color: rgb(2,145,103); }

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