Html Css Color HEX #297301 Bilbao

📋 copy color: '#297301'

red 41 ◦ green 115 ◦ blue 1

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

Shades of Bilbao #297301

Tints of Bilbao #297301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 73.25%

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

R = 26.11%
G = 73.25%
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

#297301 (or 0x297301) is known color: Bilbao. HEX triplet: 29, 73 and 01. RGB value is (41,115,1). Sum of RGB (Red+Green+Blue) = 41+115+1=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #297301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297301 is #D68CFE. Grayscale: #505050. Windows color (decimal): -14060799 or 95017. OLE color: 95017.

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

Color convert

RGB 41 115 1 -
CMYK 0.64 0 0.99 0.55
HSL 98.95º 0.98% 0.23% -
HSV(B) 98.95º 0.99% 0.45% -
XYZ 7.05 12.74 2.12 -
YUV 79.88 83.48 100.27 -
System Red Green Blue C M Y K H S L
Decimal 41 115 1 0.64 0 0.99 0.55 98.95 0.98 0.23
Hex 29 73 1 40 0 63 37 63 62 17
Octal 51 163 1 100 0 143 67 143 142 27
Binary 101001 1110011 1 1000000 0 1100011 110111 1100011 1100010 10111

Color Harmonies of #297301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297301

Black with #297301

Text Example


Text Example

White with #297301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297301; }

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

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

background-color css

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

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

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

border-color css

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

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

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