Html Css Color HEX #028776 Observatory

📋 copy color: '#028776'

red 2 ◦ green 135 ◦ blue 118

#028776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #028776

Tints of Observatory #028776

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 0.78%
G = 52.94%
B = 46.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#028776 (or 0x028776) is known color: Observatory. HEX triplet: 02, 87 and 76. RGB value is (2,135,118). Sum of RGB (Red+Green+Blue) = 2+135+118=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #028776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028776 is #FD7889. Grayscale: #5D5D5D. Windows color (decimal): -16611466 or 7767810. OLE color: 7767810.

HSL color Cylindrical-coordinate representation of color #028776: hue angle of 172.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028776 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 135 118 -
CMYK 0.99 0 0.13 0.47
HSL 172.33º 0.97% 0.27% -
HSV(B) 172.33º 0.99% 0.53% -
XYZ 11.96 18.65 20.11 -
YUV 93.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 2 135 118 0.99 0 0.13 0.47 172.33 0.97 0.27
Hex 2 87 76 63 0 D 2F AC 61 1B
Octal 2 207 166 143 0 15 57 254 141 33
Binary 10 10000111 1110110 1100011 0 1101 101111 10101100 1100001 11011

Color Harmonies of #028776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028776

Black with #028776

Text Example


Text Example

White with #028776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028776; }

 p { color: rgb(2,135,118); }

 H1.HeaderClassName
 {
   color: #028776;
 }
 .AnyTagClassName
 {
   color: #028776;
 }
</style>

background-color css

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

 a { background-color: rgb(2,135,118); }

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

border-color css

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

 span { border-color: rgb(2,135,118); }

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