#2F7020

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

Shades of Bilbao #2F7020

Tints of Bilbao #2F7020

Color information

#2F7020 (or 0x2F7020) is unknown color: approx Bilbao. HEX triplet: 2F, 70 and 20. RGB value is (47,112,32). Sum of RGB (Red+Green+Blue) = 47+112+32=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7020 is #D08FDF. Grayscale: #535353. Windows color (decimal): -13668320 or 2125871. OLE color: 2125871.

HSL color Cylindrical-coordinate representation of color #2F7020: hue angle of 108.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F7020 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB4711232-
CMYK0.5800.710.56
HSL108.75º55.56%28.24%-
HSV(B)108.75º71.43%43.92%-
XYZ7.2312.33.36-
YUV83.4498.97102-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 112 (44.14% from 255) = 58.64%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=24.61%
G=58.64%
B=16.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47112320.5800.710.56108.7555.5628.24
Hex2F70203A047386d381c
Octal5716040720107701557034
Binary101111111000010000011101001000111111000110110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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