#02866A

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

Shades of Observatory #02866A

Tints of Observatory #02866A

Color information

#02866A (or 0x02866A) is unknown color: approx Observatory. HEX triplet: 02, 86 and 6A. RGB value is (2,134,106). Sum of RGB (Red+Green+Blue) = 2+134+106=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #02866A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02866A is #FD7995. Grayscale: #5B5B5B. Windows color (decimal): -16611734 or 6981122. OLE color: 6981122.

HSL color Cylindrical-coordinate representation of color #02866A: hue angle of 167.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02866A is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB2134106-
CMYK0.9900.210.47
HSL167.27º97.06%26.67%-
HSV(B)167.27º98.51%52.55%-
XYZ11.1518.116.54-
YUV91.34136.2764.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=0.83%
G=55.37%
B=43.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21341060.9900.210.47167.2797.0626.67
Hex2866A630152Fa7611b
Octal22061521430255724714133
Binary10100001101101010110001101010110111110100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,134,106); }

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

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

 a { background-color: rgb(2,134,106); }

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

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

 span { border-color: rgb(2,134,106); }

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