Html Css Color HEX #296714 Bilbao

📋 copy color: '#296714'

red 41 ◦ green 103 ◦ blue 20

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

Shades of Bilbao #296714

Tints of Bilbao #296714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 62.8%

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

R = 25%
G = 62.8%
B = 12.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#296714 (or 0x296714) is known color: Bilbao. HEX triplet: 29, 67 and 14. RGB value is (41,103,20). Sum of RGB (Red+Green+Blue) = 41+103+20=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #296714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296714 is #D698EB. Grayscale: #4B4B4B. Windows color (decimal): -14063852 or 1337129. OLE color: 1337129.

HSL color Cylindrical-coordinate representation of color #296714: hue angle of 104.82º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296714 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 103 20 -
CMYK 0.60 0 0.81 0.60
HSL 104.82º 0.67% 0.24% -
HSV(B) 104.82º 0.81% 0.4% -
XYZ 5.89 10.22 2.32 -
YUV 75 96.96 103.75 -
System Red Green Blue C M Y K H S L
Decimal 41 103 20 0.60 0 0.81 0.60 104.82 0.67 0.24
Hex 29 67 14 3C 0 51 3C 69 43 18
Octal 51 147 24 74 0 121 74 151 103 30
Binary 101001 1100111 10100 111100 0 1010001 111100 1101001 1000011 11000

Color Harmonies of #296714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296714

Black with #296714

Text Example


Text Example

White with #296714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296714; }

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

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

background-color css

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

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

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

border-color css

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

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

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