Html Css Color HEX #297311 Bilbao

📋 copy color: '#297311'

red 41 ◦ green 115 ◦ blue 17

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

Shades of Bilbao #297311

Tints of Bilbao #297311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 66.47%

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 23.7%
G = 66.47%
B = 9.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#297311 (or 0x297311) is known color: Bilbao. HEX triplet: 29, 73 and 11. RGB value is (41,115,17). Sum of RGB (Red+Green+Blue) = 41+115+17=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #297311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297311 is #D68CEE. Grayscale: #525252. Windows color (decimal): -14060783 or 1143593. OLE color: 1143593.

HSL color Cylindrical-coordinate representation of color #297311: hue angle of 105.31º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #297311 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 115 17 -
CMYK 0.64 0 0.85 0.55
HSL 105.31º 0.74% 0.26% -
HSV(B) 105.31º 0.85% 0.45% -
XYZ 7.15 12.77 2.62 -
YUV 81.7 91.48 98.97 -
System Red Green Blue C M Y K H S L
Decimal 41 115 17 0.64 0 0.85 0.55 105.31 0.74 0.26
Hex 29 73 11 40 0 55 37 69 4A 1A
Octal 51 163 21 100 0 125 67 151 112 32
Binary 101001 1110011 10001 1000000 0 1010101 110111 1101001 1001010 11010

Color Harmonies of #297311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297311

Black with #297311

Text Example


Text Example

White with #297311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297311; }

 p { color: rgb(41,115,17); }

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

background-color css

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

 a { background-color: rgb(41,115,17); }

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

border-color css

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

 span { border-color: rgb(41,115,17); }

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