Html Css Color HEX #029178 Observatory

📋 copy color: '#029178'

red 2 ◦ green 145 ◦ blue 120

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

Shades of Observatory #029178

Tints of Observatory #029178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.31%

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 0.75%
G = 54.31%
B = 44.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#029178 (or 0x029178) is known color: Observatory. HEX triplet: 02, 91 and 78. RGB value is (2,145,120). Sum of RGB (Red+Green+Blue) = 2+145+120=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #029178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029178 is #FD6E87. Grayscale: #636363. Windows color (decimal): -16608904 or 7901442. OLE color: 7901442.

HSL color Cylindrical-coordinate representation of color #029178: hue angle of 169.51º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029178 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 145 120 -
CMYK 0.99 0 0.17 0.43
HSL 169.51º 0.97% 0.29% -
HSV(B) 169.51º 0.99% 0.57% -
XYZ 13.54 21.62 21.23 -
YUV 99.39 139.62 58.53 -
System Red Green Blue C M Y K H S L
Decimal 2 145 120 0.99 0 0.17 0.43 169.51 0.97 0.29
Hex 2 91 78 63 0 11 2B AA 61 1D
Octal 2 221 170 143 0 21 53 252 141 35
Binary 10 10010001 1111000 1100011 0 10001 101011 10101010 1100001 11101

Color Harmonies of #029178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029178

Black with #029178

Text Example


Text Example

White with #029178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029178; }

 p { color: rgb(2,145,120); }

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

background-color css

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

 a { background-color: rgb(2,145,120); }

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

border-color css

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

 span { border-color: rgb(2,145,120); }

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