Html Css Color HEX #028366 Observatory

📋 copy color: '#028366'

red 2 ◦ green 131 ◦ blue 102

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

Shades of Observatory #028366

Tints of Observatory #028366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.74%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 0.85%
G = 55.74%
B = 43.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#028366 (or 0x028366) is known color: Observatory. HEX triplet: 02, 83 and 66. RGB value is (2,131,102). Sum of RGB (Red+Green+Blue) = 2+131+102=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #028366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028366 is #FD7C99. Grayscale: #595959. Windows color (decimal): -16612506 or 6718210. OLE color: 6718210.

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

Color convert

RGB 2 131 102 -
CMYK 0.98 0 0.22 0.49
HSL 166.51º 0.97% 0.26% -
HSV(B) 166.51º 0.98% 0.51% -
XYZ 10.54 17.2 15.34 -
YUV 89.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 2 131 102 0.98 0 0.22 0.49 166.51 0.97 0.26
Hex 2 83 66 62 0 16 31 A7 61 1A
Octal 2 203 146 142 0 26 61 247 141 32
Binary 10 10000011 1100110 1100010 0 10110 110001 10100111 1100001 11010

Color Harmonies of #028366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028366

Black with #028366

Text Example


Text Example

White with #028366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028366; }

 p { color: rgb(2,131,102); }

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

background-color css

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

 a { background-color: rgb(2,131,102); }

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

border-color css

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

 span { border-color: rgb(2,131,102); }

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