Html Css Color HEX #297114 Bilbao

📋 copy color: '#297114'

red 41 ◦ green 113 ◦ blue 20

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

Shades of Bilbao #297114

Tints of Bilbao #297114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 64.94%

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

R = 23.56%
G = 64.94%
B = 11.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#297114 (or 0x297114) is known color: Bilbao. HEX triplet: 29, 71 and 14. RGB value is (41,113,20). Sum of RGB (Red+Green+Blue) = 41+113+20=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #297114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297114 is #D68EEB. Grayscale: #515151. Windows color (decimal): -14061292 or 1339689. OLE color: 1339689.

HSL color Cylindrical-coordinate representation of color #297114: hue angle of 106.45º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297114 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 113 20 -
CMYK 0.64 0 0.82 0.56
HSL 106.45º 0.7% 0.26% -
HSV(B) 106.45º 0.82% 0.44% -
XYZ 6.95 12.33 2.68 -
YUV 80.87 93.65 99.56 -
System Red Green Blue C M Y K H S L
Decimal 41 113 20 0.64 0 0.82 0.56 106.45 0.7 0.26
Hex 29 71 14 40 0 52 38 6A 46 1A
Octal 51 161 24 100 0 122 70 152 106 32
Binary 101001 1110001 10100 1000000 0 1010010 111000 1101010 1000110 11010

Color Harmonies of #297114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297114

Black with #297114

Text Example


Text Example

White with #297114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297114; }

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

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

background-color css

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

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

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

border-color css

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

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

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