#2E720A

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

Shades of Bilbao #2E720A

Tints of Bilbao #2E720A

Color information

#2E720A (or 0x2E720A) is unknown color: approx Bilbao. HEX triplet: 2E, 72 and 0A. RGB value is (46,114,10). Sum of RGB (Red+Green+Blue) = 46+114+10=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #2E720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E720A is #D18DF5. Grayscale: #525252. Windows color (decimal): -13733366 or 684590. OLE color: 684590.

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

Color convert

RGB4611410-
CMYK0.6000.910.55
HSL99.23º83.87%24.31%-
HSV(B)99.23º91.23%44.71%-
XYZ7.212.642.35-
YUV81.8187.47102.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.06%
GREEN value IS 114 (44.92% from 255) = 67.06%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=27.06%
G=67.06%
B=5.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114100.6000.910.5599.2383.8724.31
Hex2E72A3C05B37635418
Octal56162127401336714312430
Binary10111011100101010111100010110111101111100011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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