#028864

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

Shades of Observatory #028864

Tints of Observatory #028864

Color information

#028864 (or 0x028864) is unknown color: approx Observatory. HEX triplet: 02, 88 and 64. RGB value is (2,136,100). Sum of RGB (Red+Green+Blue) = 2+136+100=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #028864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028864 is #FD779B. Grayscale: #5B5B5B. Windows color (decimal): -16611228 or 6588418. OLE color: 6588418.

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

Color convert

RGB2136100-
CMYK0.9900.260.47
HSL163.88º97.1%27.06%-
HSV(B)163.88º98.53%53.33%-
XYZ11.1318.5415.05-
YUV91.83132.6163.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 136 (53.52% from 255) = 57.14%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=0.84%
G=57.14%
B=42.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21361000.9900.260.47163.8897.127.06
Hex288646301A2Fa4611b
Octal22101441430325724414133
Binary10100010001100100110001101101010111110100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028864; }

 p { color: rgb(2,136,100); }

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

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

 a { background-color: rgb(2,136,100); }

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

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

 span { border-color: rgb(2,136,100); }

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