#2E740A

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

Shades of Bilbao #2E740A

Tints of Bilbao #2E740A

Color information

#2E740A (or 0x2E740A) is unknown color: approx Bilbao. HEX triplet: 2E, 74 and 0A. RGB value is (46,116,10). Sum of RGB (Red+Green+Blue) = 46+116+10=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 116 (45.70% from 255 or 67.44% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 116 - color contains mainly: green. Hex color #2E740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E740A is #D18BF5. Grayscale: #535353. Windows color (decimal): -13732854 or 685102. OLE color: 685102.

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

Color convert

RGB4611610-
CMYK0.6000.910.55
HSL99.62º84.13%24.71%-
HSV(B)99.62º91.38%45.49%-
XYZ7.4313.092.42-
YUV82.9986.81101.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 116 (45.70% from 255) = 67.44%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=26.74%
G=67.44%
B=5.81%

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
Decimal46116100.6000.910.5599.6284.1324.71
Hex2E74A3C05B37645419
Octal56164127401336714412431
Binary10111011101001010111100010110111101111100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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