#2F7620

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

Shades of Bilbao #2F7620

Tints of Bilbao #2F7620

Color information

#2F7620 (or 0x2F7620) is unknown color: approx Bilbao. HEX triplet: 2F, 76 and 20. RGB value is (47,118,32). Sum of RGB (Red+Green+Blue) = 47+118+32=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7620 is #D089DF. Grayscale: #575757. Windows color (decimal): -13666784 or 2127407. OLE color: 2127407.

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

Color convert

RGB4711832-
CMYK0.6000.730.54
HSL109.53º57.33%29.41%-
HSV(B)109.53º72.88%46.27%-
XYZ7.9113.673.59-
YUV86.9796.9899.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 118 (46.48% from 255) = 59.90%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=23.86%
G=59.90%
B=16.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47118320.6000.730.54109.5357.3329.41
Hex2F76203C049366e391d
Octal5716640740111661567135
Binary101111111011010000011110001001001110110110111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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