#2F7E0B

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

Shades of Bilbao #2F7E0B

Tints of Bilbao #2F7E0B

Color information

#2F7E0B (or 0x2F7E0B) is unknown color: approx Bilbao. HEX triplet: 2F, 7E and 0B. RGB value is (47,126,11). Sum of RGB (Red+Green+Blue) = 47+126+11=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 126 (49.61% from 255 or 68.48% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7E0B is #D081F4. Grayscale: #595959. Windows color (decimal): -13664757 or 753199. OLE color: 753199.

HSL color Cylindrical-coordinate representation of color #2F7E0B: hue angle of 101.22º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F7E0B is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB4712611-
CMYK0.6300.910.51
HSL101.22º83.94%26.86%-
HSV(B)101.22º91.27%49.41%-
XYZ8.6915.552.86-
YUV89.2783.8397.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 126 (49.61% from 255) = 68.48%
BLUE value IS 11 (4.69% from 255) = 5.98%
R=25.54%
G=68.48%
B=5.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47126110.6300.910.51101.2283.9426.86
Hex2F7EB3F05B3365541b
Octal57176137701336314512433
Binary10111111111101011111111010110111100111100101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,126,11); }

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

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

 a { background-color: rgb(47,126,11); }

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

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

 span { border-color: rgb(47,126,11); }

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