Html Css Color HEX #296806 Bilbao

📋 copy color: '#296806'

red 41 ◦ green 104 ◦ blue 6

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

Shades of Bilbao #296806

Tints of Bilbao #296806

RGB

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

 GREEN value IS 104 (41.02% from 255) = 68.87%

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

R = 27.15%
G = 68.87%
B = 3.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#296806 (or 0x296806) is known color: Bilbao. HEX triplet: 29, 68 and 06. RGB value is (41,104,6). Sum of RGB (Red+Green+Blue) = 41+104+6=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #296806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296806 is #D697F9. Grayscale: #4A4A4A. Windows color (decimal): -14063610 or 419881. OLE color: 419881.

HSL color Cylindrical-coordinate representation of color #296806: hue angle of 98.57º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #296806 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 104 6 -
CMYK 0.61 0 0.94 0.59
HSL 98.57º 0.89% 0.22% -
HSV(B) 98.57º 0.94% 0.41% -
XYZ 5.9 10.39 1.87 -
YUV 73.99 89.63 104.47 -
System Red Green Blue C M Y K H S L
Decimal 41 104 6 0.61 0 0.94 0.59 98.57 0.89 0.22
Hex 29 68 6 3D 0 5E 3B 63 59 16
Octal 51 150 6 75 0 136 73 143 131 26
Binary 101001 1101000 110 111101 0 1011110 111011 1100011 1011001 10110

Color Harmonies of #296806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296806

Black with #296806

Text Example


Text Example

White with #296806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296806; }

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

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

background-color css

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

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

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

border-color css

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

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

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