Html Css Color HEX #297600 Bilbao

📋 copy color: '#297600'

red 41 ◦ green 118 ◦ blue 0

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

Shades of Bilbao #297600

Tints of Bilbao #297600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 74.21%

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

R = 25.79%
G = 74.21%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#297600 (or 0x297600) is known color: Bilbao. HEX triplet: 29, 76 and 00. RGB value is (41,118,0). Sum of RGB (Red+Green+Blue) = 41+118+0=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #297600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297600 is #D689FF. Grayscale: #515151. Windows color (decimal): -14060032 or 30249. OLE color: 30249.

HSL color Cylindrical-coordinate representation of color #297600: hue angle of 99.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #297600 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 0 -
CMYK 0.65 0 1 0.54
HSL 99.15º 1% 0.23% -
HSV(B) 99.15º 1% 0.46% -
XYZ 7.39 13.43 2.2 -
YUV 81.53 81.99 99.09 -
System Red Green Blue C M Y K H S L
Decimal 41 118 0 0.65 0 1 0.54 99.15 1 0.23
Hex 29 76 0 41 0 64 36 63 64 17
Octal 51 166 0 101 0 144 66 143 144 27
Binary 101001 1110110 0 1000001 0 1100100 110110 1100011 1100100 10111

Color Harmonies of #297600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297600

Black with #297600

Text Example


Text Example

White with #297600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297600; }

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

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

background-color css

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

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

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

border-color css

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

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

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