Html Css Color HEX #297701 Bilbao

📋 copy color: '#297701'

red 41 ◦ green 119 ◦ blue 1

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

Shades of Bilbao #297701

Tints of Bilbao #297701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 73.91%

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

R = 25.47%
G = 73.91%
B = 0.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#297701 (or 0x297701) is known color: Bilbao. HEX triplet: 29, 77 and 01. RGB value is (41,119,1). Sum of RGB (Red+Green+Blue) = 41+119+1=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #297701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297701 is #D688FE. Grayscale: #525252. Windows color (decimal): -14059775 or 96041. OLE color: 96041.

HSL color Cylindrical-coordinate representation of color #297701: hue angle of 99.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #297701 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 1 -
CMYK 0.66 0 0.99 0.53
HSL 99.66º 0.98% 0.24% -
HSV(B) 99.66º 0.99% 0.47% -
XYZ 7.52 13.67 2.27 -
YUV 82.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 41 119 1 0.66 0 0.99 0.53 99.66 0.98 0.24
Hex 29 77 1 42 0 63 35 64 62 18
Octal 51 167 1 102 0 143 65 144 142 30
Binary 101001 1110111 1 1000010 0 1100011 110101 1100100 1100010 11000

Color Harmonies of #297701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297701

Black with #297701

Text Example


Text Example

White with #297701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297701; }

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

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

background-color css

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

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

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

border-color css

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

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

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