#2E7320

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

Shades of Bilbao #2E7320

Tints of Bilbao #2E7320

Color information

#2E7320 (or 0x2E7320) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 20. RGB value is (46,115,32). Sum of RGB (Red+Green+Blue) = 46+115+32=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7320 is #D18CDF. Grayscale: #555555. Windows color (decimal): -13733088 or 2126638. OLE color: 2126638.

HSL color Cylindrical-coordinate representation of color #2E7320: hue angle of 109.88º 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 #2E7320 is Cyan = 0.6, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB4611532-
CMYK0.600.720.55
HSL109.88º56.46%28.82%-
HSV(B)109.88º72.17%45.1%-
XYZ7.5212.953.47-
YUV84.9198.14100.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 115 (45.31% from 255) = 59.59%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=23.83%
G=59.59%
B=16.58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115320.600.720.55109.8856.4628.82
Hex2E73203C048376e381d
Octal5616340740110671567035
Binary101110111001110000011110001001000110111110111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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