#028C65

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

Shades of Observatory #028C65

Tints of Observatory #028C65

Color information

#028C65 (or 0x028C65) is unknown color: approx Observatory. HEX triplet: 02, 8C and 65. RGB value is (2,140,101). Sum of RGB (Red+Green+Blue) = 2+140+101=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 140 (55.08% from 255 or 57.61% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 140 - color contains mainly: green. Hex color #028C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C65 is #FD739A. Grayscale: #5E5E5E. Windows color (decimal): -16610203 or 6654978. OLE color: 6654978.

HSL color Cylindrical-coordinate representation of color #028C65: hue angle of 163.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028C65 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB2140101-
CMYK0.9900.280.45
HSL163.04º97.18%27.84%-
HSV(B)163.04º98.57%54.9%-
XYZ11.7519.7115.5-
YUV94.29131.7862.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 140 (55.08% from 255) = 57.61%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=0.82%
G=57.61%
B=41.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21401010.9900.280.45163.0497.1827.84
Hex28C656301C2Da3611c
Octal22141451430345524314134
Binary10100011001100101110001101110010110110100011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028C65; }

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

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

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

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

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

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

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

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