Html Css Color HEX #297601 Bilbao

📋 copy color: '#297601'

red 41 ◦ green 118 ◦ blue 1

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

Shades of Bilbao #297601

Tints of Bilbao #297601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 73.75%

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

R = 25.63%
G = 73.75%
B = 0.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#297601 (or 0x297601) is known color: Bilbao. HEX triplet: 29, 76 and 01. RGB value is (41,118,1). Sum of RGB (Red+Green+Blue) = 41+118+1=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #297601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297601 is #D689FE. Grayscale: #525252. Windows color (decimal): -14060031 or 95785. OLE color: 95785.

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

Color convert

RGB 41 118 1 -
CMYK 0.65 0 0.99 0.54
HSL 99.49º 0.98% 0.23% -
HSV(B) 99.49º 0.99% 0.46% -
XYZ 7.4 13.43 2.23 -
YUV 81.64 82.49 99.01 -
System Red Green Blue C M Y K H S L
Decimal 41 118 1 0.65 0 0.99 0.54 99.49 0.98 0.23
Hex 29 76 1 41 0 63 36 63 62 17
Octal 51 166 1 101 0 143 66 143 142 27
Binary 101001 1110110 1 1000001 0 1100011 110110 1100011 1100010 10111

Color Harmonies of #297601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297601

Black with #297601

Text Example


Text Example

White with #297601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297601; }

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

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

background-color css

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

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

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

border-color css

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

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

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