#029171

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

Shades of Observatory #029171

Tints of Observatory #029171

Color information

#029171 (or 0x029171) is unknown color: approx Observatory. HEX triplet: 02, 91 and 71. RGB value is (2,145,113). Sum of RGB (Red+Green+Blue) = 2+145+113=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #029171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029171 is #FD6E8E. Grayscale: #626262. Windows color (decimal): -16608911 or 7442690. OLE color: 7442690.

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

Color convert

RGB2145113-
CMYK0.9900.220.43
HSL166.57º97.28%28.82%-
HSV(B)166.57º98.62%56.86%-
XYZ13.1321.4619.07-
YUV98.6136.1259.1-

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.77%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=0.77%
G=55.77%
B=43.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451130.9900.220.43166.5797.2828.82
Hex29171630162Ba7611d
Octal22211611430265324714135
Binary10100100011110001110001101011010101110100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029171; }

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

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

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

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

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

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

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

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