Html Css Color HEX #028565 Observatory

📋 copy color: '#028565'

red 2 ◦ green 133 ◦ blue 101

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

Shades of Observatory #028565

Tints of Observatory #028565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.36%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 0.85%
G = 56.36%
B = 42.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#028565 (or 0x028565) is known color: Observatory. HEX triplet: 02, 85 and 65. RGB value is (2,133,101). Sum of RGB (Red+Green+Blue) = 2+133+101=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #028565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028565 is #FD7A9A. Grayscale: #5A5A5A. Windows color (decimal): -16611995 or 6653186. OLE color: 6653186.

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

Color convert

RGB 2 133 101 -
CMYK 0.98 0 0.24 0.48
HSL 165.34º 0.97% 0.26% -
HSV(B) 165.34º 0.98% 0.52% -
XYZ 10.76 17.73 15.17 -
YUV 90.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 2 133 101 0.98 0 0.24 0.48 165.34 0.97 0.26
Hex 2 85 65 62 0 18 30 A5 61 1A
Octal 2 205 145 142 0 30 60 245 141 32
Binary 10 10000101 1100101 1100010 0 11000 110000 10100101 1100001 11010

Color Harmonies of #028565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028565

Black with #028565

Text Example


Text Example

White with #028565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028565; }

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

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

background-color css

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

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

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

border-color css

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

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

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