#028569

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

Shades of Observatory #028569

Tints of Observatory #028569

Color information

#028569 (or 0x028569) is unknown color: approx Observatory. HEX triplet: 02, 85 and 69. RGB value is (2,133,105). Sum of RGB (Red+Green+Blue) = 2+133+105=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #028569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028569 is #FD7A96. Grayscale: #5A5A5A. Windows color (decimal): -16611991 or 6915330. OLE color: 6915330.

HSL color Cylindrical-coordinate representation of color #028569: hue angle of 167.18º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028569 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB2133105-
CMYK0.9800.210.48
HSL167.18º97.04%26.47%-
HSV(B)167.18º98.5%52.16%-
XYZ10.9617.8116.22-
YUV90.64136.164.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=0.83%
G=55.42%
B=43.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21331050.9800.210.48167.1897.0426.47
Hex285696201530a7611a
Octal22051511420256024714132
Binary10100001011101001110001001010111000010100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028569; }

 p { color: rgb(2,133,105); }

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

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

 a { background-color: rgb(2,133,105); }

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

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

 span { border-color: rgb(2,133,105); }

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