Html Css Color HEX #29690B Bilbao

📋 copy color: '#29690B'

red 41 ◦ green 105 ◦ blue 11

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

Shades of Bilbao #29690B

Tints of Bilbao #29690B

RGB

 RED value IS 41 (16.41% from 255) = 26.11%

 GREEN value IS 105 (41.41% from 255) = 66.88%

 BLUE value IS 11 (4.69% from 255) = 7.01%

R = 26.11%
G = 66.88%
B = 7.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#29690B (or 0x29690B) is known color: Bilbao. HEX triplet: 29, 69 and 0B. RGB value is (41,105,11). Sum of RGB (Red+Green+Blue) = 41+105+11=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #29690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29690B is #D696F4. Grayscale: #4B4B4B. Windows color (decimal): -14063349 or 747817. OLE color: 747817.

HSL color Cylindrical-coordinate representation of color #29690B: hue angle of 100.85º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29690B is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 11 -
CMYK 0.61 0 0.90 0.59
HSL 100.85º 0.81% 0.23% -
HSV(B) 100.85º 0.9% 0.41% -
XYZ 6.03 10.6 2.04 -
YUV 75.15 91.8 103.64 -
System Red Green Blue C M Y K H S L
Decimal 41 105 11 0.61 0 0.90 0.59 100.85 0.81 0.23
Hex 29 69 B 3D 0 5A 3B 65 51 17
Octal 51 151 13 75 0 132 73 145 121 27
Binary 101001 1101001 1011 111101 0 1011010 111011 1100101 1010001 10111

Color Harmonies of #29690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29690B

Black with #29690B

Text Example


Text Example

White with #29690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29690B; }

 p { color: rgb(41,105,11); }

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

background-color css

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

 a { background-color: rgb(41,105,11); }

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

border-color css

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

 span { border-color: rgb(41,105,11); }

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