Html Css Color HEX #297500 Bilbao

📋 copy color: '#297500'

red 41 ◦ green 117 ◦ blue 0

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

Shades of Bilbao #297500

Tints of Bilbao #297500

RGB

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

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

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

R = 25.95%
G = 74.05%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#297500 (or 0x297500) is known color: Bilbao. HEX triplet: 29, 75 and 00. RGB value is (41,117,0). Sum of RGB (Red+Green+Blue) = 41+117+0=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #297500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297500 is #D68AFF. Grayscale: #515151. Windows color (decimal): -14060288 or 29993. OLE color: 29993.

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

Color convert

RGB 41 117 0 -
CMYK 0.65 0 1 0.54
HSL 98.97º 1% 0.23% -
HSV(B) 98.97º 1% 0.46% -
XYZ 7.28 13.19 2.16 -
YUV 80.94 82.32 99.51 -
System Red Green Blue C M Y K H S L
Decimal 41 117 0 0.65 0 1 0.54 98.97 1 0.23
Hex 29 75 0 41 0 64 36 63 64 17
Octal 51 165 0 101 0 144 66 143 144 27
Binary 101001 1110101 0 1000001 0 1100100 110110 1100011 1100100 10111

Color Harmonies of #297500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297500

Black with #297500

Text Example


Text Example

White with #297500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297500; }

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

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

background-color css

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

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

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

border-color css

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

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

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