Html Css Color HEX #29711B Bilbao

📋 copy color: '#29711B'

red 41 ◦ green 113 ◦ blue 27

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

Shades of Bilbao #29711B

Tints of Bilbao #29711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.43%

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 22.65%
G = 62.43%
B = 14.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#29711B (or 0x29711B) is known color: Bilbao. HEX triplet: 29, 71 and 1B. RGB value is (41,113,27). Sum of RGB (Red+Green+Blue) = 41+113+27=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #29711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29711B is #D68EE4. Grayscale: #515151. Windows color (decimal): -14061285 or 1798441. OLE color: 1798441.

HSL color Cylindrical-coordinate representation of color #29711B: hue angle of 110.23º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29711B is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 113 27 -
CMYK 0.64 0 0.76 0.56
HSL 110.23º 0.61% 0.27% -
HSV(B) 110.23º 0.76% 0.44% -
XYZ 7.02 12.36 3.05 -
YUV 81.67 97.15 98.99 -
System Red Green Blue C M Y K H S L
Decimal 41 113 27 0.64 0 0.76 0.56 110.23 0.61 0.27
Hex 29 71 1B 40 0 4C 38 6E 3D 1B
Octal 51 161 33 100 0 114 70 156 75 33
Binary 101001 1110001 11011 1000000 0 1001100 111000 1101110 111101 11011

Color Harmonies of #29711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29711B

Black with #29711B

Text Example


Text Example

White with #29711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,113,27); }

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

background-color css

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

 a { background-color: rgb(41,113,27); }

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

border-color css

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

 span { border-color: rgb(41,113,27); }

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