Html Css Color HEX #297201 Bilbao

📋 copy color: '#297201'

red 41 ◦ green 114 ◦ blue 1

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

Shades of Bilbao #297201

Tints of Bilbao #297201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 73.08%

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

R = 26.28%
G = 73.08%
B = 0.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#297201 (or 0x297201) is known color: Bilbao. HEX triplet: 29, 72 and 01. RGB value is (41,114,1). Sum of RGB (Red+Green+Blue) = 41+114+1=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #297201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297201 is #D68DFE. Grayscale: #4F4F4F. Windows color (decimal): -14061055 or 94761. OLE color: 94761.

HSL color Cylindrical-coordinate representation of color #297201: hue angle of 98.76º 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 #297201 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 1 -
CMYK 0.64 0 0.99 0.55
HSL 98.76º 0.98% 0.23% -
HSV(B) 98.76º 0.99% 0.45% -
XYZ 6.94 12.51 2.08 -
YUV 79.29 83.82 100.69 -
System Red Green Blue C M Y K H S L
Decimal 41 114 1 0.64 0 0.99 0.55 98.76 0.98 0.23
Hex 29 72 1 40 0 63 37 63 62 17
Octal 51 162 1 100 0 143 67 143 142 27
Binary 101001 1110010 1 1000000 0 1100011 110111 1100011 1100010 10111

Color Harmonies of #297201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297201

Black with #297201

Text Example


Text Example

White with #297201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297201; }

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

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

background-color css

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

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

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

border-color css

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

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

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