Html Css Color HEX #296610 Bilbao

📋 copy color: '#296610'

red 41 ◦ green 102 ◦ blue 16

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

Shades of Bilbao #296610

Tints of Bilbao #296610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 64.15%

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

R = 25.79%
G = 64.15%
B = 10.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#296610 (or 0x296610) is known color: Bilbao. HEX triplet: 29, 66 and 10. RGB value is (41,102,16). Sum of RGB (Red+Green+Blue) = 41+102+16=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #296610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296610 is #D699EF. Grayscale: #4A4A4A. Windows color (decimal): -14064112 or 1074729. OLE color: 1074729.

HSL color Cylindrical-coordinate representation of color #296610: hue angle of 102.56º 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 #296610 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 102 16 -
CMYK 0.60 0 0.84 0.6
HSL 102.56º 0.73% 0.23% -
HSV(B) 102.56º 0.84% 0.4% -
XYZ 5.76 10.01 2.12 -
YUV 73.96 95.29 104.49 -
System Red Green Blue C M Y K H S L
Decimal 41 102 16 0.60 0 0.84 0.6 102.56 0.73 0.23
Hex 29 66 10 3C 0 54 3C 67 49 17
Octal 51 146 20 74 0 124 74 147 111 27
Binary 101001 1100110 10000 111100 0 1010100 111100 1100111 1001001 10111

Color Harmonies of #296610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296610

Black with #296610

Text Example


Text Example

White with #296610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296610; }

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

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

background-color css

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

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

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

border-color css

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

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

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