#028765

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

Shades of Observatory #028765

Tints of Observatory #028765

Color information

#028765 (or 0x028765) is unknown color: approx Observatory. HEX triplet: 02, 87 and 65. RGB value is (2,135,101). Sum of RGB (Red+Green+Blue) = 2+135+101=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #028765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028765 is #FD789A. Grayscale: #5B5B5B. Windows color (decimal): -16611483 or 6653698. OLE color: 6653698.

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

Color convert

RGB2135101-
CMYK0.9900.250.47
HSL164.66º97.08%26.86%-
HSV(B)164.66º98.52%52.94%-
XYZ11.0418.2815.26-
YUV91.36133.4464.26-

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.72%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=0.84%
G=56.72%
B=42.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21351010.9900.250.47164.6697.0826.86
Hex28765630192Fa5611b
Octal22071451430315724514133
Binary10100001111100101110001101100110111110100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028765; }

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

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

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

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

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

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

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

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