#297612

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

Shades of Bilbao #297612

Tints of Bilbao #297612

Color information

#297612 (or 0x297612) is unknown color: approx Bilbao. HEX triplet: 29, 76 and 12. RGB value is (41,118,18). Sum of RGB (Red+Green+Blue) = 41+118+18=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #297612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297612 is #D689ED. Grayscale: #535353. Windows color (decimal): -14060014 or 1209897. OLE color: 1209897.

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

Color convert

RGB4111818-
CMYK0.6500.850.54
HSL106.2º73.53%26.67%-
HSV(B)106.2º84.75%46.27%-
XYZ7.513.472.78-
YUV83.5890.9997.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 118 (46.48% from 255) = 66.67%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=23.16%
G=66.67%
B=10.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118180.6500.850.54106.273.5326.67
Hex29761241055366a4a1b
Octal511662210101256615211233
Binary1010011110110100101000001010101011101101101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297612; }

 p { color: rgb(41,118,18); }

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

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

 a { background-color: rgb(41,118,18); }

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

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

 span { border-color: rgb(41,118,18); }

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