Html Css Color HEX #296A04 Bilbao

📋 copy color: '#296A04'

red 41 ◦ green 106 ◦ blue 4

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

Shades of Bilbao #296A04

Tints of Bilbao #296A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 70.2%

 BLUE value IS 4 (1.95% from 255) = 2.65%

R = 27.15%
G = 70.2%
B = 2.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#296A04 (or 0x296A04) is known color: Bilbao. HEX triplet: 29, 6A and 04. RGB value is (41,106,4). Sum of RGB (Red+Green+Blue) = 41+106+4=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #296A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296A04 is #D695FB. Grayscale: #4B4B4B. Windows color (decimal): -14063100 or 289321. OLE color: 289321.

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

Color convert

RGB 41 106 4 -
CMYK 0.61 0 0.96 0.58
HSL 98.24º 0.93% 0.22% -
HSV(B) 98.24º 0.96% 0.42% -
XYZ 6.09 10.79 1.88 -
YUV 74.94 87.97 103.79 -
System Red Green Blue C M Y K H S L
Decimal 41 106 4 0.61 0 0.96 0.58 98.24 0.93 0.22
Hex 29 6A 4 3D 0 60 3A 62 5D 16
Octal 51 152 4 75 0 140 72 142 135 26
Binary 101001 1101010 100 111101 0 1100000 111010 1100010 1011101 10110

Color Harmonies of #296A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A04

Black with #296A04

Text Example


Text Example

White with #296A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,4); }

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

background-color css

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

 a { background-color: rgb(41,106,4); }

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

border-color css

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

 span { border-color: rgb(41,106,4); }

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