Html Css Color HEX #296710 Bilbao

📋 copy color: '#296710'

red 41 ◦ green 103 ◦ blue 16

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

Shades of Bilbao #296710

Tints of Bilbao #296710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10%

R = 25.63%
G = 64.38%
B = 10%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#296710 (or 0x296710) is known color: Bilbao. HEX triplet: 29, 67 and 10. RGB value is (41,103,16). Sum of RGB (Red+Green+Blue) = 41+103+16=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #296710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296710 is #D698EF. Grayscale: #4A4A4A. Windows color (decimal): -14063856 or 1074985. OLE color: 1074985.

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

Color convert

RGB 41 103 16 -
CMYK 0.60 0 0.84 0.60
HSL 102.76º 0.73% 0.23% -
HSV(B) 102.76º 0.84% 0.4% -
XYZ 5.86 10.21 2.15 -
YUV 74.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 41 103 16 0.60 0 0.84 0.60 102.76 0.73 0.23
Hex 29 67 10 3C 0 54 3C 67 49 17
Octal 51 147 20 74 0 124 74 147 111 27
Binary 101001 1100111 10000 111100 0 1010100 111100 1100111 1001001 10111

Color Harmonies of #296710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296710

Black with #296710

Text Example


Text Example

White with #296710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296710; }

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

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

background-color css

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

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

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

border-color css

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

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

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