Html Css Color HEX #297501 Bilbao

📋 copy color: '#297501'

red 41 ◦ green 117 ◦ blue 1

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

Shades of Bilbao #297501

Tints of Bilbao #297501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 73.58%

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

R = 25.79%
G = 73.58%
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

#297501 (or 0x297501) is known color: Bilbao. HEX triplet: 29, 75 and 01. RGB value is (41,117,1). Sum of RGB (Red+Green+Blue) = 41+117+1=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #297501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297501 is #D68AFE. Grayscale: #515151. Windows color (decimal): -14060287 or 95529. OLE color: 95529.

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

Color convert

RGB 41 117 1 -
CMYK 0.65 0 0.99 0.54
HSL 99.31º 0.98% 0.23% -
HSV(B) 99.31º 0.99% 0.46% -
XYZ 7.28 13.2 2.19 -
YUV 81.05 82.82 99.43 -
System Red Green Blue C M Y K H S L
Decimal 41 117 1 0.65 0 0.99 0.54 99.31 0.98 0.23
Hex 29 75 1 41 0 63 36 63 62 17
Octal 51 165 1 101 0 143 66 143 142 27
Binary 101001 1110101 1 1000001 0 1100011 110110 1100011 1100010 10111

Color Harmonies of #297501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297501

Black with #297501

Text Example


Text Example

White with #297501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297501; }

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

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

background-color css

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

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

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

border-color css

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

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

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