Html Css Color HEX #297200 Bilbao

📋 copy color: '#297200'

red 41 ◦ green 114 ◦ blue 0

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

Shades of Bilbao #297200

Tints of Bilbao #297200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 73.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.45%
G = 73.55%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#297200 (or 0x297200) is known color: Bilbao. HEX triplet: 29, 72 and 00. RGB value is (41,114,0). Sum of RGB (Red+Green+Blue) = 41+114+0=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #297200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297200 is #D68DFF. Grayscale: #4F4F4F. Windows color (decimal): -14061056 or 29225. OLE color: 29225.

HSL color Cylindrical-coordinate representation of color #297200: hue angle of 98.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #297200 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 0 -
CMYK 0.64 0 1 0.55
HSL 98.42º 1% 0.22% -
HSV(B) 98.42º 1% 0.45% -
XYZ 6.93 12.51 2.05 -
YUV 79.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 41 114 0 0.64 0 1 0.55 98.42 1 0.22
Hex 29 72 0 40 0 64 37 62 64 16
Octal 51 162 0 100 0 144 67 142 144 26
Binary 101001 1110010 0 1000000 0 1100100 110111 1100010 1100100 10110

Color Harmonies of #297200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297200

Black with #297200

Text Example


Text Example

White with #297200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297200; }

 p { color: rgb(41,114,0); }

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

background-color css

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

 a { background-color: rgb(41,114,0); }

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

border-color css

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

 span { border-color: rgb(41,114,0); }

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