Html Css Color HEX #296600 Bilbao

📋 copy color: '#296600'

red 41 ◦ green 102 ◦ blue 0

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

Shades of Bilbao #296600

Tints of Bilbao #296600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.67%
G = 71.33%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#296600 (or 0x296600) is known color: Bilbao. HEX triplet: 29, 66 and 00. RGB value is (41,102,0). Sum of RGB (Red+Green+Blue) = 41+102+0=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #296600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296600 is #D699FF. Grayscale: #484848. Windows color (decimal): -14064128 or 26153. OLE color: 26153.

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

Color convert

RGB 41 102 0 -
CMYK 0.60 0 1 0.6
HSL 95.88º 1% 0.2% -
HSV(B) 95.88º 1% 0.4% -
XYZ 5.67 9.97 1.63 -
YUV 72.13 87.29 105.79 -
System Red Green Blue C M Y K H S L
Decimal 41 102 0 0.60 0 1 0.6 95.88 1 0.2
Hex 29 66 0 3C 0 64 3C 60 64 14
Octal 51 146 0 74 0 144 74 140 144 24
Binary 101001 1100110 0 111100 0 1100100 111100 1100000 1100100 10100

Color Harmonies of #296600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296600

Black with #296600

Text Example


Text Example

White with #296600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296600; }

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

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

background-color css

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

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

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

border-color css

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

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

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