Html Css Color HEX #297401 Bilbao

📋 copy color: '#297401'

red 41 ◦ green 116 ◦ blue 1

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

Shades of Bilbao #297401

Tints of Bilbao #297401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 25.95%
G = 73.42%
B = 0.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#297401 (or 0x297401) is known color: Bilbao. HEX triplet: 29, 74 and 01. RGB value is (41,116,1). Sum of RGB (Red+Green+Blue) = 41+116+1=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #297401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297401 is #D68BFE. Grayscale: #505050. Windows color (decimal): -14060543 or 95273. OLE color: 95273.

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

Color convert

RGB 41 116 1 -
CMYK 0.65 0 0.99 0.55
HSL 99.13º 0.98% 0.23% -
HSV(B) 99.13º 0.99% 0.45% -
XYZ 7.17 12.96 2.15 -
YUV 80.47 83.15 99.85 -
System Red Green Blue C M Y K H S L
Decimal 41 116 1 0.65 0 0.99 0.55 99.13 0.98 0.23
Hex 29 74 1 41 0 63 37 63 62 17
Octal 51 164 1 101 0 143 67 143 142 27
Binary 101001 1110100 1 1000001 0 1100011 110111 1100011 1100010 10111

Color Harmonies of #297401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297401

Black with #297401

Text Example


Text Example

White with #297401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297401; }

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

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

background-color css

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

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

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

border-color css

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

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

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