Html Css Color HEX #297411 Bilbao

📋 copy color: '#297411'

red 41 ◦ green 116 ◦ blue 17

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

Shades of Bilbao #297411

Tints of Bilbao #297411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.67%

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

R = 23.56%
G = 66.67%
B = 9.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#297411 (or 0x297411) is known color: Bilbao. HEX triplet: 29, 74 and 11. RGB value is (41,116,17). Sum of RGB (Red+Green+Blue) = 41+116+17=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #297411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297411 is #D68BEE. Grayscale: #525252. Windows color (decimal): -14060527 or 1143849. OLE color: 1143849.

HSL color Cylindrical-coordinate representation of color #297411: hue angle of 105.45º 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 #297411 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 116 17 -
CMYK 0.65 0 0.85 0.55
HSL 105.45º 0.74% 0.26% -
HSV(B) 105.45º 0.85% 0.45% -
XYZ 7.26 13 2.66 -
YUV 82.29 91.15 98.55 -
System Red Green Blue C M Y K H S L
Decimal 41 116 17 0.65 0 0.85 0.55 105.45 0.74 0.26
Hex 29 74 11 41 0 55 37 69 4A 1A
Octal 51 164 21 101 0 125 67 151 112 32
Binary 101001 1110100 10001 1000001 0 1010101 110111 1101001 1001010 11010

Color Harmonies of #297411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297411

Black with #297411

Text Example


Text Example

White with #297411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297411; }

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

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

background-color css

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

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

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

border-color css

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

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

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