#02927A

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

Shades of Observatory #02927A

Tints of Observatory #02927A

Color information

#02927A (or 0x02927A) is unknown color: approx Observatory. HEX triplet: 02, 92 and 7A. RGB value is (2,146,122). Sum of RGB (Red+Green+Blue) = 2+146+122=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #02927A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02927A is #FD6D85. Grayscale: #646464. Windows color (decimal): -16608646 or 8032770. OLE color: 8032770.

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

Color convert

RGB2146122-
CMYK0.9900.160.43
HSL170º97.3%29.02%-
HSV(B)170º98.63%57.25%-
XYZ13.8221.9821.93-
YUV100.21140.2957.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=0.74%
G=54.07%
B=45.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461220.9900.160.4317097.329.02
Hex2927A630102Baa611d
Octal22221721430205325214135
Binary10100100101111010110001101000010101110101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02927A; }

 p { color: rgb(2,146,122); }

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

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

 a { background-color: rgb(2,146,122); }

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

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

 span { border-color: rgb(2,146,122); }

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