#2E7020

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

Shades of Bilbao #2E7020

Tints of Bilbao #2E7020

Color information

#2E7020 (or 0x2E7020) is unknown color: approx Bilbao. HEX triplet: 2E, 70 and 20. RGB value is (46,112,32). Sum of RGB (Red+Green+Blue) = 46+112+32=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7020 is #D18FDF. Grayscale: #535353. Windows color (decimal): -13733856 or 2125870. OLE color: 2125870.

HSL color Cylindrical-coordinate representation of color #2E7020: hue angle of 109.5º 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 #2E7020 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB4611232-
CMYK0.5900.710.56
HSL109.5º55.56%28.24%-
HSV(B)109.5º71.43%43.92%-
XYZ7.1812.273.36-
YUV83.1599.13101.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 112 (44.14% from 255) = 58.95%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=24.21%
G=58.95%
B=16.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112320.5900.710.56109.555.5628.24
Hex2E70203B047386e381c
Octal5616040730107701567034
Binary101110111000010000011101101000111111000110111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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