#028570

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

Shades of Observatory #028570

Tints of Observatory #028570

Color information

#028570 (or 0x028570) is unknown color: approx Observatory. HEX triplet: 02, 85 and 70. RGB value is (2,133,112). Sum of RGB (Red+Green+Blue) = 2+133+112=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #028570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028570 is #FD7A8F. Grayscale: #5B5B5B. Windows color (decimal): -16611984 or 7374082. OLE color: 7374082.

HSL color Cylindrical-coordinate representation of color #028570: hue angle of 170.38º 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 #028570 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB2133112-
CMYK0.9800.160.48
HSL170.38º97.04%26.47%-
HSV(B)170.38º98.5%52.16%-
XYZ11.3417.9618.2-
YUV91.44139.664.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=0.81%
G=53.85%
B=45.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21331120.9800.160.48170.3897.0426.47
Hex285706201030aa611a
Octal22051601420206025214132
Binary10100001011110000110001001000011000010101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028570; }

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

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

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

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

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

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

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

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