#02927E

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

Shades of Observatory #02927E

Tints of Observatory #02927E

Color information

#02927E (or 0x02927E) is unknown color: approx Observatory. HEX triplet: 02, 92 and 7E. RGB value is (2,146,126). Sum of RGB (Red+Green+Blue) = 2+146+126=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #02927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02927E is #FD6D81. Grayscale: #646464. Windows color (decimal): -16608642 or 8294914. OLE color: 8294914.

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

Color convert

RGB2146126-
CMYK0.9900.140.43
HSL171.67º97.3%29.02%-
HSV(B)171.67º98.63%57.25%-
XYZ14.0722.0823.26-
YUV100.66142.2957.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 146 (57.42% from 255) = 53.28%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=0.73%
G=53.28%
B=45.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461260.9900.140.43171.6797.329.02
Hex2927E630E2Bac611d
Octal22221761430165325414135
Binary1010010010111111011000110111010101110101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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