Html Css Color HEX #028674 Observatory

📋 copy color: '#028674'

red 2 ◦ green 134 ◦ blue 116

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

Shades of Observatory #028674

Tints of Observatory #028674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 0.79%
G = 53.17%
B = 46.03%

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

#028674 (or 0x028674) is known color: Observatory. HEX triplet: 02, 86 and 74. RGB value is (2,134,116). Sum of RGB (Red+Green+Blue) = 2+134+116=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #028674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028674 is #FD798B. Grayscale: #5C5C5C. Windows color (decimal): -16611724 or 7636482. OLE color: 7636482.

HSL color Cylindrical-coordinate representation of color #028674: hue angle of 171.82º 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 #028674 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 134 116 -
CMYK 0.99 0 0.13 0.47
HSL 171.82º 0.97% 0.27% -
HSV(B) 171.82º 0.99% 0.53% -
XYZ 11.7 18.32 19.44 -
YUV 92.48 141.27 63.46 -
System Red Green Blue C M Y K H S L
Decimal 2 134 116 0.99 0 0.13 0.47 171.82 0.97 0.27
Hex 2 86 74 63 0 D 2F AC 61 1B
Octal 2 206 164 143 0 15 57 254 141 33
Binary 10 10000110 1110100 1100011 0 1101 101111 10101100 1100001 11011

Color Harmonies of #028674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028674

Black with #028674

Text Example


Text Example

White with #028674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028674; }

 p { color: rgb(2,134,116); }

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

background-color css

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

 a { background-color: rgb(2,134,116); }

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

border-color css

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

 span { border-color: rgb(2,134,116); }

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