#028565

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

Shades of Observatory #028565

Tints of Observatory #028565

Color information

#028565 (or 0x028565) is unknown color: approx Observatory. HEX triplet: 02, 85 and 65. RGB value is (2,133,101). Sum of RGB (Red+Green+Blue) = 2+133+101=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #028565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028565 is #FD7A9A. Grayscale: #5A5A5A. Windows color (decimal): -16611995 or 6653186. OLE color: 6653186.

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

Color convert

RGB2133101-
CMYK0.9800.240.48
HSL165.34º97.04%26.47%-
HSV(B)165.34º98.5%52.16%-
XYZ10.7617.7315.17-
YUV90.18134.165.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=0.85%
G=56.36%
B=42.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21331010.9800.240.48165.3497.0426.47
Hex285656201830a5611a
Octal22051451420306024514132
Binary10100001011100101110001001100011000010100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028565; }

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

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

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

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

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

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

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

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