Html Css Color HEX #296B06 Bilbao

📋 copy color: '#296B06'

red 41 ◦ green 107 ◦ blue 6

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

Shades of Bilbao #296B06

Tints of Bilbao #296B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 69.48%

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 26.62%
G = 69.48%
B = 3.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#296B06 (or 0x296B06) is known color: Bilbao. HEX triplet: 29, 6B and 06. RGB value is (41,107,6). Sum of RGB (Red+Green+Blue) = 41+107+6=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #296B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296B06 is #D694F9. Grayscale: #4C4C4C. Windows color (decimal): -14062842 or 420649. OLE color: 420649.

HSL color Cylindrical-coordinate representation of color #296B06: hue angle of 99.21º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #296B06 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 107 6 -
CMYK 0.62 0 0.94 0.58
HSL 99.21º 0.89% 0.22% -
HSV(B) 99.21º 0.94% 0.42% -
XYZ 6.21 11 1.97 -
YUV 75.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 41 107 6 0.62 0 0.94 0.58 99.21 0.89 0.22
Hex 29 6B 6 3E 0 5E 3A 63 59 16
Octal 51 153 6 76 0 136 72 143 131 26
Binary 101001 1101011 110 111110 0 1011110 111010 1100011 1011001 10110

Color Harmonies of #296B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B06

Black with #296B06

Text Example


Text Example

White with #296B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296B06; }

 p { color: rgb(41,107,6); }

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

background-color css

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

 a { background-color: rgb(41,107,6); }

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

border-color css

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

 span { border-color: rgb(41,107,6); }

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