Html Css Color HEX #297011 Bilbao

📋 copy color: '#297011'

red 41 ◦ green 112 ◦ blue 17

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

Shades of Bilbao #297011

Tints of Bilbao #297011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 65.88%

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

R = 24.12%
G = 65.88%
B = 10%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#297011 (or 0x297011) is known color: Bilbao. HEX triplet: 29, 70 and 11. RGB value is (41,112,17). Sum of RGB (Red+Green+Blue) = 41+112+17=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #297011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297011 is #D68FEE. Grayscale: #505050. Windows color (decimal): -14061551 or 1142825. OLE color: 1142825.

HSL color Cylindrical-coordinate representation of color #297011: hue angle of 104.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #297011 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 17 -
CMYK 0.63 0 0.85 0.56
HSL 104.84º 0.74% 0.25% -
HSV(B) 104.84º 0.85% 0.44% -
XYZ 6.81 12.1 2.51 -
YUV 79.94 92.48 100.22 -
System Red Green Blue C M Y K H S L
Decimal 41 112 17 0.63 0 0.85 0.56 104.84 0.74 0.25
Hex 29 70 11 3F 0 55 38 69 4A 19
Octal 51 160 21 77 0 125 70 151 112 31
Binary 101001 1110000 10001 111111 0 1010101 111000 1101001 1001010 11001

Color Harmonies of #297011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297011

Black with #297011

Text Example


Text Example

White with #297011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297011; }

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

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

background-color css

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

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

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

border-color css

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

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

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