#297A00

Color #297A00 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #297A00

Tints of Bilbao #297A00

Color information

#297A00 (or 0x297A00) is unknown color: approx Bilbao. HEX triplet: 29, 7A and 00. RGB value is (41,122,0). Sum of RGB (Red+Green+Blue) = 41+122+0=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 122 (48.05% from 255 or 74.85% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 122 - color contains mainly: green. Hex color #297A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297A00 is #D685FF. Grayscale: #545454. Windows color (decimal): -14059008 or 31273. OLE color: 31273.

HSL color Cylindrical-coordinate representation of color #297A00: hue angle of 99.84º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #297A00 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB411220-
CMYK0.66010.52
HSL99.84º100%23.92%-
HSV(B)99.84º100%47.84%-
XYZ7.8714.392.36-
YUV83.8780.6697.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 122 (48.05% from 255) = 74.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.15%
G=74.85%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4112200.66010.5299.8410023.92
Hex297A04206434646418
Octal51172010201446414414430
Binary101001111101001000010011001001101001100100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A00; }

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

 H1.HeaderClassName
 {
   color: #297A00;
 }
 .AnyTagClassName
 {
   color: #297A00;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #297A00;
 }
 .BgClassName
 {
   background-color: #297A00;
 }
</style>
border-color css

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

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

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