#2E7702

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

Shades of Bilbao #2E7702

Tints of Bilbao #2E7702

Color information

#2E7702 (or 0x2E7702) is unknown color: approx Bilbao. HEX triplet: 2E, 77 and 02. RGB value is (46,119,2). Sum of RGB (Red+Green+Blue) = 46+119+2=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 119 (46.88% from 255 or 71.26% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7702 is #D188FD. Grayscale: #545454. Windows color (decimal): -13732094 or 161582. OLE color: 161582.

HSL color Cylindrical-coordinate representation of color #2E7702: hue angle of 97.44º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E7702 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB461192-
CMYK0.6100.980.53
HSL97.44º96.69%23.73%-
HSV(B)97.44º98.32%46.67%-
XYZ7.7313.782.31-
YUV83.8481.82101.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 119 (46.88% from 255) = 71.26%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=27.54%
G=71.26%
B=1.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4611920.6100.980.5397.4496.6923.73
Hex2E7723D06235616118
Octal5616727501426514114130
Binary101110111011110111101011000101101011100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,119,2); }

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

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

 a { background-color: rgb(46,119,2); }

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

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

 span { border-color: rgb(46,119,2); }

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