Html Css Color HEX #297300 Bilbao

📋 copy color: '#297300'

red 41 ◦ green 115 ◦ blue 0

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

Shades of Bilbao #297300

Tints of Bilbao #297300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 73.72%

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

R = 26.28%
G = 73.72%
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

#297300 (or 0x297300) is known color: Bilbao. HEX triplet: 29, 73 and 00. RGB value is (41,115,0). Sum of RGB (Red+Green+Blue) = 41+115+0=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #297300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297300 is #D68CFF. Grayscale: #505050. Windows color (decimal): -14060800 or 29481. OLE color: 29481.

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

Color convert

RGB 41 115 0 -
CMYK 0.64 0 1 0.55
HSL 98.61º 1% 0.23% -
HSV(B) 98.61º 1% 0.45% -
XYZ 7.05 12.73 2.09 -
YUV 79.76 82.98 100.35 -
System Red Green Blue C M Y K H S L
Decimal 41 115 0 0.64 0 1 0.55 98.61 1 0.23
Hex 29 73 0 40 0 64 37 63 64 17
Octal 51 163 0 100 0 144 67 143 144 27
Binary 101001 1110011 0 1000000 0 1100100 110111 1100011 1100100 10111

Color Harmonies of #297300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297300

Black with #297300

Text Example


Text Example

White with #297300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297300; }

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

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

background-color css

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

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

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

border-color css

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

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

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