#028868

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

Shades of Observatory #028868

Tints of Observatory #028868

Color information

#028868 (or 0x028868) is unknown color: approx Observatory. HEX triplet: 02, 88 and 68. RGB value is (2,136,104). Sum of RGB (Red+Green+Blue) = 2+136+104=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #028868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028868 is #FD7797. Grayscale: #5C5C5C. Windows color (decimal): -16611224 or 6850562. OLE color: 6850562.

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

Color convert

RGB2136104-
CMYK0.9900.240.47
HSL165.67º97.1%27.06%-
HSV(B)165.67º98.53%53.33%-
XYZ11.3318.6216.09-
YUV92.29134.6163.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 136 (53.52% from 255) = 56.20%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=0.83%
G=56.20%
B=42.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21361040.9900.240.47165.6797.127.06
Hex28868630182Fa6611b
Octal22101501430305724614133
Binary10100010001101000110001101100010111110100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028868; }

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

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

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

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

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

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

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

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