Html Css Color HEX #297514 Bilbao

📋 copy color: '#297514'

red 41 ◦ green 117 ◦ blue 20

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

Shades of Bilbao #297514

Tints of Bilbao #297514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 65.73%

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

R = 23.03%
G = 65.73%
B = 11.24%

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

#297514 (or 0x297514) is known color: Bilbao. HEX triplet: 29, 75 and 14. RGB value is (41,117,20). Sum of RGB (Red+Green+Blue) = 41+117+20=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #297514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297514 is #D68AEB. Grayscale: #535353. Windows color (decimal): -14060268 or 1340713. OLE color: 1340713.

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

Color convert

RGB 41 117 20 -
CMYK 0.65 0 0.83 0.54
HSL 107.01º 0.71% 0.27% -
HSV(B) 107.01º 0.83% 0.46% -
XYZ 7.4 13.24 2.83 -
YUV 83.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 41 117 20 0.65 0 0.83 0.54 107.01 0.71 0.27
Hex 29 75 14 41 0 53 36 6B 47 1B
Octal 51 165 24 101 0 123 66 153 107 33
Binary 101001 1110101 10100 1000001 0 1010011 110110 1101011 1000111 11011

Color Harmonies of #297514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297514

Black with #297514

Text Example


Text Example

White with #297514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297514; }

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

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

background-color css

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

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

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

border-color css

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

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

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