#029471

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

Shades of Observatory #029471

Tints of Observatory #029471

Color information

#029471 (or 0x029471) is unknown color: approx Observatory. HEX triplet: 02, 94 and 71. RGB value is (2,148,113). Sum of RGB (Red+Green+Blue) = 2+148+113=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #029471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029471 is #FD6B8E. Grayscale: #646464. Windows color (decimal): -16608143 or 7443458. OLE color: 7443458.

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

Color convert

RGB2148113-
CMYK0.9900.240.42
HSL165.62º97.33%29.41%-
HSV(B)165.62º98.65%58.04%-
XYZ13.622.3819.23-
YUV100.36135.1357.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 148 (58.20% from 255) = 56.27%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=0.76%
G=56.27%
B=42.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21481130.9900.240.42165.6297.3329.41
Hex29471630182Aa6611d
Octal22241611430305224614135
Binary10100101001110001110001101100010101010100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029471; }

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

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

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

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

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

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

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

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