Html Css Color HEX #297402 Bilbao

📋 copy color: '#297402'

red 41 ◦ green 116 ◦ blue 2

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

Shades of Bilbao #297402

Tints of Bilbao #297402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 72.96%

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 25.79%
G = 72.96%
B = 1.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#297402 (or 0x297402) is known color: Bilbao. HEX triplet: 29, 74 and 02. RGB value is (41,116,2). Sum of RGB (Red+Green+Blue) = 41+116+2=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 116 (45.70% from 255 or 72.96% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 116 - color contains mainly: green. Hex color #297402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297402 is #D68BFD. Grayscale: #505050. Windows color (decimal): -14060542 or 160809. OLE color: 160809.

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

Color convert

RGB 41 116 2 -
CMYK 0.65 0 0.98 0.55
HSL 99.47º 0.97% 0.23% -
HSV(B) 99.47º 0.98% 0.45% -
XYZ 7.17 12.97 2.18 -
YUV 80.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 41 116 2 0.65 0 0.98 0.55 99.47 0.97 0.23
Hex 29 74 2 41 0 62 37 63 61 17
Octal 51 164 2 101 0 142 67 143 141 27
Binary 101001 1110100 10 1000001 0 1100010 110111 1100011 1100001 10111

Color Harmonies of #297402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297402

Black with #297402

Text Example


Text Example

White with #297402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297402; }

 p { color: rgb(41,116,2); }

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

background-color css

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

 a { background-color: rgb(41,116,2); }

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

border-color css

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

 span { border-color: rgb(41,116,2); }

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