Html Css Color HEX #029067 Observatory

📋 copy color: '#029067'

red 2 ◦ green 144 ◦ blue 103

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

Shades of Observatory #029067

Tints of Observatory #029067

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.83%

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

R = 0.8%
G = 57.83%
B = 41.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#029067 (or 0x029067) is known color: Observatory. HEX triplet: 02, 90 and 67. RGB value is (2,144,103). Sum of RGB (Red+Green+Blue) = 2+144+103=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #029067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029067 is #FD6F98. Grayscale: #606060. Windows color (decimal): -16609177 or 6787074. OLE color: 6787074.

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

Color convert

RGB 2 144 103 -
CMYK 0.99 0 0.28 0.44
HSL 162.68º 0.97% 0.29% -
HSV(B) 162.68º 0.99% 0.56% -
XYZ 12.45 20.94 16.22 -
YUV 96.87 131.46 60.33 -
System Red Green Blue C M Y K H S L
Decimal 2 144 103 0.99 0 0.28 0.44 162.68 0.97 0.29
Hex 2 90 67 63 0 1C 2C A3 61 1D
Octal 2 220 147 143 0 34 54 243 141 35
Binary 10 10010000 1100111 1100011 0 11100 101100 10100011 1100001 11101

Color Harmonies of #029067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029067

Black with #029067

Text Example


Text Example

White with #029067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029067; }

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

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

background-color css

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

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

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

border-color css

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

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

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