#2F7600

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

Shades of Bilbao #2F7600

Tints of Bilbao #2F7600

Color information

#2F7600 (or 0x2F7600) is unknown color: approx Bilbao. HEX triplet: 2F, 76 and 00. RGB value is (47,118,0). Sum of RGB (Red+Green+Blue) = 47+118+0=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 118 (46.48% from 255 or 71.52% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7600 is #D089FF. Grayscale: #535353. Windows color (decimal): -13666816 or 30255. OLE color: 30255.

HSL color Cylindrical-coordinate representation of color #2F7600: hue angle of 96.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F7600 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB471180-
CMYK0.60010.54
HSL96.1º100%23.14%-
HSV(B)96.1º100%46.27%-
XYZ7.6513.562.21-
YUV83.3280.98102.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.48%
GREEN value IS 118 (46.48% from 255) = 71.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.48%
G=71.52%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4711800.60010.5496.110023.14
Hex2F7603C06436606417
Octal5716607401446614014427
Binary10111111101100111100011001001101101100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,118,0); }

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

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

 a { background-color: rgb(47,118,0); }

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

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

 span { border-color: rgb(47,118,0); }

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