Html Css Color HEX #29741B Bilbao

📋 copy color: '#29741B'

red 41 ◦ green 116 ◦ blue 27

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

Shades of Bilbao #29741B

Tints of Bilbao #29741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.04%

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

R = 22.28%
G = 63.04%
B = 14.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#29741B (or 0x29741B) is known color: Bilbao. HEX triplet: 29, 74 and 1B. RGB value is (41,116,27). Sum of RGB (Red+Green+Blue) = 41+116+27=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #29741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29741B is #D68BE4. Grayscale: #535353. Windows color (decimal): -14060517 or 1799209. OLE color: 1799209.

HSL color Cylindrical-coordinate representation of color #29741B: hue angle of 110.56º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29741B is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 116 27 -
CMYK 0.65 0 0.77 0.55
HSL 110.56º 0.62% 0.28% -
HSV(B) 110.56º 0.77% 0.45% -
XYZ 7.36 13.04 3.17 -
YUV 83.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 41 116 27 0.65 0 0.77 0.55 110.56 0.62 0.28
Hex 29 74 1B 41 0 4D 37 6F 3E 1C
Octal 51 164 33 101 0 115 67 157 76 34
Binary 101001 1110100 11011 1000001 0 1001101 110111 1101111 111110 11100

Color Harmonies of #29741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29741B

Black with #29741B

Text Example


Text Example

White with #29741B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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