#029166

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

Shades of Observatory #029166

Tints of Observatory #029166

Color information

#029166 (or 0x029166) is unknown color: approx Observatory. HEX triplet: 02, 91 and 66. RGB value is (2,145,102). Sum of RGB (Red+Green+Blue) = 2+145+102=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #029166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029166 is #FD6E99. Grayscale: #616161. Windows color (decimal): -16608922 or 6721794. OLE color: 6721794.

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

Color convert

RGB2145102-
CMYK0.9900.300.43
HSL161.96º97.28%28.82%-
HSV(B)161.96º98.62%56.86%-
XYZ12.5521.2216.01-
YUV97.34130.6260-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 145 (57.03% from 255) = 58.23%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=0.80%
G=58.23%
B=40.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451020.9900.300.43161.9697.2828.82
Hex291666301E2Ba2611d
Octal22211461430365324214135
Binary10100100011100110110001101111010101110100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029166; }

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

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

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

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

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

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

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

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