Html Css Color HEX #297414 Bilbao

📋 copy color: '#297414'

red 41 ◦ green 116 ◦ blue 20

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

Shades of Bilbao #297414

Tints of Bilbao #297414

RGB

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

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

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

R = 23.16%
G = 65.54%
B = 11.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#297414 (or 0x297414) is known color: Bilbao. HEX triplet: 29, 74 and 14. RGB value is (41,116,20). Sum of RGB (Red+Green+Blue) = 41+116+20=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #297414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297414 is #D68BEB. Grayscale: #525252. Windows color (decimal): -14060524 or 1340457. OLE color: 1340457.

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

Color convert

RGB 41 116 20 -
CMYK 0.65 0 0.83 0.55
HSL 106.88º 0.71% 0.27% -
HSV(B) 106.88º 0.83% 0.45% -
XYZ 7.29 13.01 2.79 -
YUV 82.63 92.65 98.31 -
System Red Green Blue C M Y K H S L
Decimal 41 116 20 0.65 0 0.83 0.55 106.88 0.71 0.27
Hex 29 74 14 41 0 53 37 6B 47 1B
Octal 51 164 24 101 0 123 67 153 107 33
Binary 101001 1110100 10100 1000001 0 1010011 110111 1101011 1000111 11011

Color Harmonies of #297414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297414

Black with #297414

Text Example


Text Example

White with #297414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297414; }

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

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

background-color css

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

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

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

border-color css

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

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

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