#028267

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

Shades of Observatory #028267

Tints of Observatory #028267

Color information

#028267 (or 0x028267) is unknown color: approx Observatory. HEX triplet: 02, 82 and 67. RGB value is (2,130,103). Sum of RGB (Red+Green+Blue) = 2+130+103=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #028267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028267 is #FD7D98. Grayscale: #585858. Windows color (decimal): -16612761 or 6783490. OLE color: 6783490.

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

Color convert

RGB2130103-
CMYK0.9800.210.49
HSL167.34º96.97%25.88%-
HSV(B)167.34º98.46%50.98%-
XYZ10.4616.9615.55-
YUV88.65136.0966.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=0.85%
G=55.32%
B=43.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21301030.9800.210.49167.3496.9725.88
Hex282676201531a7611a
Octal22021471420256124714132
Binary10100000101100111110001001010111000110100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028267; }

 p { color: rgb(2,130,103); }

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

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

 a { background-color: rgb(2,130,103); }

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

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

 span { border-color: rgb(2,130,103); }

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