#2E7220

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

Shades of Bilbao #2E7220

Tints of Bilbao #2E7220

Color information

#2E7220 (or 0x2E7220) is unknown color: approx Bilbao. HEX triplet: 2E, 72 and 20. RGB value is (46,114,32). Sum of RGB (Red+Green+Blue) = 46+114+32=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7220 is #D18DDF. Grayscale: #545454. Windows color (decimal): -13733344 or 2126382. OLE color: 2126382.

HSL color Cylindrical-coordinate representation of color #2E7220: hue angle of 109.76º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E7220 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB4611432-
CMYK0.6000.720.55
HSL109.76º56.16%28.63%-
HSV(B)109.76º71.93%44.71%-
XYZ7.412.723.43-
YUV84.3298.47100.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 114 (44.92% from 255) = 59.38%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=23.96%
G=59.38%
B=16.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114320.6000.720.55109.7656.1628.63
Hex2E72203C048376e381d
Octal5616240740110671567035
Binary101110111001010000011110001001000110111110111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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