#028D70

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

Shades of Observatory #028D70

Tints of Observatory #028D70

Color information

#028D70 (or 0x028D70) is unknown color: approx Observatory. HEX triplet: 02, 8D and 70. RGB value is (2,141,112). Sum of RGB (Red+Green+Blue) = 2+141+112=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #028D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D70 is #FD728F. Grayscale: #606060. Windows color (decimal): -16609936 or 7376130. OLE color: 7376130.

HSL color Cylindrical-coordinate representation of color #028D70: hue angle of 167.48º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028D70 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB2141112-
CMYK0.9900.210.45
HSL167.48º97.2%28.04%-
HSV(B)167.48º98.58%55.29%-
XYZ12.4720.2318.58-
YUV96.13136.9560.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 141 (55.47% from 255) = 55.29%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=0.78%
G=55.29%
B=43.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21411120.9900.210.45167.4897.228.04
Hex28D70630152Da7611c
Octal22151601430255524714134
Binary10100011011110000110001101010110110110100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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