#2F6C07

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

Shades of Bilbao #2F6C07

Tints of Bilbao #2F6C07

Color information

#2F6C07 (or 0x2F6C07) is unknown color: approx Bilbao. HEX triplet: 2F, 6C and 07. RGB value is (47,108,7). Sum of RGB (Red+Green+Blue) = 47+108+7=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 108 (42.58% from 255 or 66.67% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 108 - color contains mainly: green. Hex color #2F6C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6C07 is #D093F8. Grayscale: #4E4E4E. Windows color (decimal): -13669369 or 486447. OLE color: 486447.

HSL color Cylindrical-coordinate representation of color #2F6C07: hue angle of 96.24º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F6C07 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB471087-
CMYK0.5600.940.58
HSL96.24º87.83%22.55%-
HSV(B)96.24º93.52%42.35%-
XYZ6.5711.342.04-
YUV78.2587.79105.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 108 (42.58% from 255) = 66.67%
BLUE value IS 7 (3.12% from 255) = 4.32%
R=29.01%
G=66.67%
B=4.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4710870.5600.940.5896.2487.8322.55
Hex2F6C73805E3A605817
Octal5715477001367214013027
Binary1011111101100111111000010111101110101100000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F6C07; }

 p { color: rgb(47,108,7); }

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

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

 a { background-color: rgb(47,108,7); }

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

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

 span { border-color: rgb(47,108,7); }

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