#029170

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

Shades of Observatory #029170

Tints of Observatory #029170

Color information

#029170 (or 0x029170) is unknown color: approx Observatory. HEX triplet: 02, 91 and 70. RGB value is (2,145,112). Sum of RGB (Red+Green+Blue) = 2+145+112=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #029170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029170 is #FD6E8F. Grayscale: #626262. Windows color (decimal): -16608912 or 7377154. OLE color: 7377154.

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

Color convert

RGB2145112-
CMYK0.9900.230.43
HSL166.15º97.28%28.82%-
HSV(B)166.15º98.62%56.86%-
XYZ13.0821.4318.78-
YUV98.48135.6259.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 145 (57.03% from 255) = 55.98%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=0.77%
G=55.98%
B=43.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451120.9900.230.43166.1597.2828.82
Hex29170630172Ba6611d
Octal22211601430275324614135
Binary10100100011110000110001101011110101110100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029170; }

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

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

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

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

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

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

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

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