Html Css Color HEX #028A79 Observatory

📋 copy color: '#028A79'

red 2 ◦ green 138 ◦ blue 121

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

Shades of Observatory #028A79

Tints of Observatory #028A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.87%

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

R = 0.77%
G = 52.87%
B = 46.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#028A79 (or 0x028A79) is known color: Observatory. HEX triplet: 02, 8A and 79. RGB value is (2,138,121). Sum of RGB (Red+Green+Blue) = 2+138+121=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #028A79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028A79 is #FD7586. Grayscale: #5F5F5F. Windows color (decimal): -16610695 or 7965186. OLE color: 7965186.

HSL color Cylindrical-coordinate representation of color #028A79: hue angle of 172.5º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A79 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 138 121 -
CMYK 0.99 0 0.12 0.46
HSL 172.5º 0.97% 0.27% -
HSV(B) 172.5º 0.99% 0.54% -
XYZ 12.56 19.57 21.2 -
YUV 95.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 2 138 121 0.99 0 0.12 0.46 172.5 0.97 0.27
Hex 2 8A 79 63 0 C 2E AC 61 1B
Octal 2 212 171 143 0 14 56 254 141 33
Binary 10 10001010 1111001 1100011 0 1100 101110 10101100 1100001 11011

Color Harmonies of #028A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028A79

Black with #028A79

Text Example


Text Example

White with #028A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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