#2F6B1D

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

Shades of Bilbao #2F6B1D

Tints of Bilbao #2F6B1D

Color information

#2F6B1D (or 0x2F6B1D) is unknown color: approx Bilbao. HEX triplet: 2F, 6B and 1D. RGB value is (47,107,29). Sum of RGB (Red+Green+Blue) = 47+107+29=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B1D is #D094E2. Grayscale: #505050. Windows color (decimal): -13669603 or 1927983. OLE color: 1927983.

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

Color convert

RGB4710729-
CMYK0.5600.730.58
HSL106.15º57.35%26.67%-
HSV(B)106.15º72.9%41.96%-
XYZ6.6511.212.98-
YUV80.1799.12104.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.68%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=25.68%
G=58.47%
B=15.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107290.5600.730.58106.1557.3526.67
Hex2F6B1D380493A6a391b
Octal5715335700111721527133
Binary10111111010111110111100001001001111010110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,29); }

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

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

 a { background-color: rgb(47,107,29); }

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

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

 span { border-color: rgb(47,107,29); }

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