Html Css Color HEX #029669 Observatory

📋 copy color: '#029669'

red 2 ◦ green 150 ◦ blue 105

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

Shades of Observatory #029669

Tints of Observatory #029669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.37%

 BLUE value IS 105 (41.41% from 255) = 40.86%

R = 0.78%
G = 58.37%
B = 40.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#029669 (or 0x029669) is known color: Observatory. HEX triplet: 02, 96 and 69. RGB value is (2,150,105). Sum of RGB (Red+Green+Blue) = 2+150+105=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #029669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029669 is #FD6996. Grayscale: #646464. Windows color (decimal): -16607639 or 6919682. OLE color: 6919682.

HSL color Cylindrical-coordinate representation of color #029669: hue angle of 161.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029669 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 150 105 -
CMYK 0.99 0 0.30 0.41
HSL 161.76º 0.97% 0.3% -
HSV(B) 161.76º 0.99% 0.59% -
XYZ 13.48 22.85 17.06 -
YUV 100.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 2 150 105 0.99 0 0.30 0.41 161.76 0.97 0.3
Hex 2 96 69 63 0 1E 29 A2 61 1E
Octal 2 226 151 143 0 36 51 242 141 36
Binary 10 10010110 1101001 1100011 0 11110 101001 10100010 1100001 11110

Color Harmonies of #029669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029669

Black with #029669

Text Example


Text Example

White with #029669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029669; }

 p { color: rgb(2,150,105); }

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

background-color css

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

 a { background-color: rgb(2,150,105); }

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

border-color css

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

 span { border-color: rgb(2,150,105); }

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