#028A65

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

Shades of Observatory #028A65

Tints of Observatory #028A65

Color information

#028A65 (or 0x028A65) is unknown color: approx Observatory. HEX triplet: 02, 8A and 65. RGB value is (2,138,101). Sum of RGB (Red+Green+Blue) = 2+138+101=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #028A65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028A65 is #FD759A. Grayscale: #5D5D5D. Windows color (decimal): -16610715 or 6654466. OLE color: 6654466.

HSL color Cylindrical-coordinate representation of color #028A65: hue angle of 163.68º 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 #028A65 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB2138101-
CMYK0.9900.270.46
HSL163.68º97.14%27.45%-
HSV(B)163.68º98.55%54.12%-
XYZ11.4619.1315.4-
YUV93.12132.4463.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 138 (54.30% from 255) = 57.26%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=0.83%
G=57.26%
B=41.91%

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
Decimal21381010.9900.270.46163.6897.1427.45
Hex28A656301B2Ea4611b
Octal22121451430335624414133
Binary10100010101100101110001101101110111010100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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