#029074

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

Shades of Observatory #029074

Tints of Observatory #029074

Color information

#029074 (or 0x029074) is unknown color: approx Observatory. HEX triplet: 02, 90 and 74. RGB value is (2,144,116). Sum of RGB (Red+Green+Blue) = 2+144+116=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #029074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029074 is #FD6F8B. Grayscale: #626262. Windows color (decimal): -16609164 or 7639042. OLE color: 7639042.

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

Color convert

RGB2144116-
CMYK0.9900.190.44
HSL168.17º97.26%28.63%-
HSV(B)168.17º98.61%56.47%-
XYZ13.1521.2219.93-
YUV98.35137.9659.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=0.76%
G=54.96%
B=44.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21441160.9900.190.44168.1797.2628.63
Hex29074630132Ca8611d
Octal22201641430235425014135
Binary10100100001110100110001101001110110010101000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029074; }

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

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

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

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

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

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

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

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