#028766

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

Shades of Observatory #028766

Tints of Observatory #028766

Color information

#028766 (or 0x028766) is unknown color: approx Observatory. HEX triplet: 02, 87 and 66. RGB value is (2,135,102). Sum of RGB (Red+Green+Blue) = 2+135+102=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #028766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028766 is #FD7899. Grayscale: #5B5B5B. Windows color (decimal): -16611482 or 6719234. OLE color: 6719234.

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

Color convert

RGB2135102-
CMYK0.9900.240.47
HSL165.11º97.08%26.86%-
HSV(B)165.11º98.52%52.94%-
XYZ11.0918.315.52-
YUV91.47133.9464.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=0.84%
G=56.49%
B=42.68%

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
Decimal21351020.9900.240.47165.1197.0826.86
Hex28766630182Fa5611b
Octal22071461430305724514133
Binary10100001111100110110001101100010111110100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028766; }

 p { color: rgb(2,135,102); }

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

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

 a { background-color: rgb(2,135,102); }

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

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

 span { border-color: rgb(2,135,102); }

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