Html Css Color HEX #296805 Bilbao

📋 copy color: '#296805'

red 41 ◦ green 104 ◦ blue 5

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

Shades of Bilbao #296805

Tints of Bilbao #296805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 27.33%
G = 69.33%
B = 3.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#296805 (or 0x296805) is known color: Bilbao. HEX triplet: 29, 68 and 05. RGB value is (41,104,5). Sum of RGB (Red+Green+Blue) = 41+104+5=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #296805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296805 is #D697FA. Grayscale: #4A4A4A. Windows color (decimal): -14063611 or 354345. OLE color: 354345.

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

Color convert

RGB 41 104 5 -
CMYK 0.61 0 0.95 0.59
HSL 98.18º 0.91% 0.21% -
HSV(B) 98.18º 0.95% 0.41% -
XYZ 5.89 10.38 1.84 -
YUV 73.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 41 104 5 0.61 0 0.95 0.59 98.18 0.91 0.21
Hex 29 68 5 3D 0 5F 3B 62 5B 15
Octal 51 150 5 75 0 137 73 142 133 25
Binary 101001 1101000 101 111101 0 1011111 111011 1100010 1011011 10101

Color Harmonies of #296805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296805

Black with #296805

Text Example


Text Example

White with #296805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296805; }

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

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

background-color css

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

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

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

border-color css

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

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

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