Html Css Color HEX #296914 Bilbao

📋 copy color: '#296914'

red 41 ◦ green 105 ◦ blue 20

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

Shades of Bilbao #296914

Tints of Bilbao #296914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 63.25%

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

R = 24.7%
G = 63.25%
B = 12.05%

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

#296914 (or 0x296914) is known color: Bilbao. HEX triplet: 29, 69 and 14. RGB value is (41,105,20). Sum of RGB (Red+Green+Blue) = 41+105+20=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #296914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296914 is #D696EB. Grayscale: #4C4C4C. Windows color (decimal): -14063340 or 1337641. OLE color: 1337641.

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

Color convert

RGB 41 105 20 -
CMYK 0.61 0 0.81 0.59
HSL 105.18º 0.68% 0.25% -
HSV(B) 105.18º 0.81% 0.41% -
XYZ 6.09 10.63 2.39 -
YUV 76.17 96.3 102.91 -
System Red Green Blue C M Y K H S L
Decimal 41 105 20 0.61 0 0.81 0.59 105.18 0.68 0.25
Hex 29 69 14 3D 0 51 3B 69 44 19
Octal 51 151 24 75 0 121 73 151 104 31
Binary 101001 1101001 10100 111101 0 1010001 111011 1101001 1000100 11001

Color Harmonies of #296914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296914

Black with #296914

Text Example


Text Example

White with #296914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296914; }

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

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

background-color css

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

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

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

border-color css

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

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

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