#2F6A0A

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

Shades of Bilbao #2F6A0A

Tints of Bilbao #2F6A0A

Color information

#2F6A0A (or 0x2F6A0A) is unknown color: approx Bilbao. HEX triplet: 2F, 6A and 0A. RGB value is (47,106,10). Sum of RGB (Red+Green+Blue) = 47+106+10=163 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.83% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #2F6A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6A0A is #D095F5. Grayscale: #4D4D4D. Windows color (decimal): -13669878 or 682543. OLE color: 682543.

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

Color convert

RGB4710610-
CMYK0.5600.910.58
HSL96.88º82.76%22.75%-
HSV(B)96.88º90.57%41.57%-
XYZ6.3810.932.06-
YUV77.4189.95106.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.83%
GREEN value IS 106 (41.80% from 255) = 65.03%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=28.83%
G=65.03%
B=6.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47106100.5600.910.5896.8882.7622.75
Hex2F6AA3805B3A615317
Octal57152127001337214112327
Binary10111111010101010111000010110111110101100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,106,10); }

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

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

 a { background-color: rgb(47,106,10); }

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

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

 span { border-color: rgb(47,106,10); }

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