Html Css Color HEX #297614 Bilbao

📋 copy color: '#297614'

red 41 ◦ green 118 ◦ blue 20

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

Shades of Bilbao #297614

Tints of Bilbao #297614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 22.91%
G = 65.92%
B = 11.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#297614 (or 0x297614) is known color: Bilbao. HEX triplet: 29, 76 and 14. RGB value is (41,118,20). Sum of RGB (Red+Green+Blue) = 41+118+20=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #297614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297614 is #D689EB. Grayscale: #545454. Windows color (decimal): -14060012 or 1340969. OLE color: 1340969.

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

Color convert

RGB 41 118 20 -
CMYK 0.65 0 0.83 0.54
HSL 107.14º 0.71% 0.27% -
HSV(B) 107.14º 0.83% 0.46% -
XYZ 7.52 13.48 2.87 -
YUV 83.81 91.99 97.47 -
System Red Green Blue C M Y K H S L
Decimal 41 118 20 0.65 0 0.83 0.54 107.14 0.71 0.27
Hex 29 76 14 41 0 53 36 6B 47 1B
Octal 51 166 24 101 0 123 66 153 107 33
Binary 101001 1110110 10100 1000001 0 1010011 110110 1101011 1000111 11011

Color Harmonies of #297614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297614

Black with #297614

Text Example


Text Example

White with #297614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297614; }

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

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

background-color css

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

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

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

border-color css

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

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

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