#028964

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

Shades of Observatory #028964

Tints of Observatory #028964

Color information

#028964 (or 0x028964) is unknown color: approx Observatory. HEX triplet: 02, 89 and 64. RGB value is (2,137,100). Sum of RGB (Red+Green+Blue) = 2+137+100=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #028964 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028964 is #FD769B. Grayscale: #5C5C5C. Windows color (decimal): -16610972 or 6588674. OLE color: 6588674.

HSL color Cylindrical-coordinate representation of color #028964: hue angle of 163.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028964 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB2137100-
CMYK0.9900.270.46
HSL163.56º97.12%27.25%-
HSV(B)163.56º98.54%53.73%-
XYZ11.2718.8215.1-
YUV92.42132.2763.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 137 (53.91% from 255) = 57.32%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=0.84%
G=57.32%
B=41.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21371000.9900.270.46163.5697.1227.25
Hex289646301B2Ea4611b
Octal22111441430335624414133
Binary10100010011100100110001101101110111010100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028964; }

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

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

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

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

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

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

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

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