Html Css Color HEX #028E79 Observatory

📋 copy color: '#028E79'

red 2 ◦ green 142 ◦ blue 121

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

Shades of Observatory #028E79

Tints of Observatory #028E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.58%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 0.75%
G = 53.58%
B = 45.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#028E79 (or 0x028E79) is known color: Observatory. HEX triplet: 02, 8E and 79. RGB value is (2,142,121). Sum of RGB (Red+Green+Blue) = 2+142+121=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #028E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028E79 is #FD7186. Grayscale: #616161. Windows color (decimal): -16609671 or 7966210. OLE color: 7966210.

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

Color convert

RGB 2 142 121 -
CMYK 0.99 0 0.15 0.44
HSL 171º 0.97% 0.28% -
HSV(B) 171º 0.99% 0.56% -
XYZ 13.15 20.74 21.4 -
YUV 97.75 141.12 59.71 -
System Red Green Blue C M Y K H S L
Decimal 2 142 121 0.99 0 0.15 0.44 171 0.97 0.28
Hex 2 8E 79 63 0 F 2C AB 61 1C
Octal 2 216 171 143 0 17 54 253 141 34
Binary 10 10001110 1111001 1100011 0 1111 101100 10101011 1100001 11100

Color Harmonies of #028E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E79

Black with #028E79

Text Example


Text Example

White with #028E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,142,121); }

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

background-color css

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

 a { background-color: rgb(2,142,121); }

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

border-color css

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

 span { border-color: rgb(2,142,121); }

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