Html Css Color HEX #297014 Bilbao

📋 copy color: '#297014'

red 41 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #297014

Tints of Bilbao #297014

RGB

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

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

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

R = 23.7%
G = 64.74%
B = 11.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#297014 (or 0x297014) is known color: Bilbao. HEX triplet: 29, 70 and 14. RGB value is (41,112,20). Sum of RGB (Red+Green+Blue) = 41+112+20=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #297014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297014 is #D68FEB. Grayscale: #505050. Windows color (decimal): -14061548 or 1339433. OLE color: 1339433.

HSL color Cylindrical-coordinate representation of color #297014: hue angle of 106.3º 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 #297014 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 20 -
CMYK 0.63 0 0.82 0.56
HSL 106.3º 0.7% 0.26% -
HSV(B) 106.3º 0.82% 0.44% -
XYZ 6.83 12.11 2.64 -
YUV 80.28 93.98 99.98 -
System Red Green Blue C M Y K H S L
Decimal 41 112 20 0.63 0 0.82 0.56 106.3 0.7 0.26
Hex 29 70 14 3F 0 52 38 6A 46 1A
Octal 51 160 24 77 0 122 70 152 106 32
Binary 101001 1110000 10100 111111 0 1010010 111000 1101010 1000110 11010

Color Harmonies of #297014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297014

Black with #297014

Text Example


Text Example

White with #297014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297014; }

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

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

background-color css

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

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

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

border-color css

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

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

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