Html Css Color HEX #029167 Observatory

📋 copy color: '#029167'

red 2 ◦ green 145 ◦ blue 103

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

Shades of Observatory #029167

Tints of Observatory #029167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 0.8%
G = 58%
B = 41.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#029167 (or 0x029167) is known color: Observatory. HEX triplet: 02, 91 and 67. RGB value is (2,145,103). Sum of RGB (Red+Green+Blue) = 2+145+103=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #029167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029167 is #FD6E98. Grayscale: #616161. Windows color (decimal): -16608921 or 6787330. OLE color: 6787330.

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

Color convert

RGB 2 145 103 -
CMYK 0.99 0 0.29 0.43
HSL 162.38º 0.97% 0.29% -
HSV(B) 162.38º 0.99% 0.57% -
XYZ 12.6 21.24 16.27 -
YUV 97.46 131.12 59.92 -
System Red Green Blue C M Y K H S L
Decimal 2 145 103 0.99 0 0.29 0.43 162.38 0.97 0.29
Hex 2 91 67 63 0 1D 2B A2 61 1D
Octal 2 221 147 143 0 35 53 242 141 35
Binary 10 10010001 1100111 1100011 0 11101 101011 10100010 1100001 11101

Color Harmonies of #029167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029167

Black with #029167

Text Example


Text Example

White with #029167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029167; }

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

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

background-color css

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

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

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

border-color css

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

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

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