Html Css Color HEX #296814 Bilbao

📋 copy color: '#296814'

red 41 ◦ green 104 ◦ blue 20

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

Shades of Bilbao #296814

Tints of Bilbao #296814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 24.85%
G = 63.03%
B = 12.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#296814 (or 0x296814) is known color: Bilbao. HEX triplet: 29, 68 and 14. RGB value is (41,104,20). Sum of RGB (Red+Green+Blue) = 41+104+20=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #296814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296814 is #D697EB. Grayscale: #4B4B4B. Windows color (decimal): -14063596 or 1337385. OLE color: 1337385.

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

Color convert

RGB 41 104 20 -
CMYK 0.61 0 0.81 0.59
HSL 105º 0.68% 0.24% -
HSV(B) 105º 0.81% 0.41% -
XYZ 5.99 10.42 2.36 -
YUV 75.59 96.63 103.33 -
System Red Green Blue C M Y K H S L
Decimal 41 104 20 0.61 0 0.81 0.59 105 0.68 0.24
Hex 29 68 14 3D 0 51 3B 69 44 18
Octal 51 150 24 75 0 121 73 151 104 30
Binary 101001 1101000 10100 111101 0 1010001 111011 1101001 1000100 11000

Color Harmonies of #296814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296814

Black with #296814

Text Example


Text Example

White with #296814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296814; }

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

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

background-color css

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

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

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

border-color css

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

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

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