#029065

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

Shades of Observatory #029065

Tints of Observatory #029065

Color information

#029065 (or 0x029065) is unknown color: approx Observatory. HEX triplet: 02, 90 and 65. RGB value is (2,144,101). Sum of RGB (Red+Green+Blue) = 2+144+101=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #029065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029065 is #FD6F9A. Grayscale: #606060. Windows color (decimal): -16609179 or 6656002. OLE color: 6656002.

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

Color convert

RGB2144101-
CMYK0.9900.300.44
HSL161.83º97.26%28.63%-
HSV(B)161.83º98.61%56.47%-
XYZ12.3520.915.7-
YUV96.64130.4660.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 144 (56.64% from 255) = 58.30%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=0.81%
G=58.30%
B=40.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21441010.9900.300.44161.8397.2628.63
Hex290656301E2Ca2611d
Octal22201451430365424214135
Binary10100100001100101110001101111010110010100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029065; }

 p { color: rgb(2,144,101); }

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

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

 a { background-color: rgb(2,144,101); }

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

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

 span { border-color: rgb(2,144,101); }

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