#2E8202

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

Shades of Bilbao #2E8202

Tints of Bilbao #2E8202

Color information

#2E8202 (or 0x2E8202) is unknown color: approx Bilbao. HEX triplet: 2E, 82 and 02. RGB value is (46,130,2). Sum of RGB (Red+Green+Blue) = 46+130+2=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8202 is #D17DFD. Grayscale: #5A5A5A. Windows color (decimal): -13729278 or 164398. OLE color: 164398.

HSL color Cylindrical-coordinate representation of color #2E8202: hue angle of 99.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E8202 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB461302-
CMYK0.6500.980.49
HSL99.38º96.97%25.88%-
HSV(B)99.38º98.46%50.98%-
XYZ9.1216.552.77-
YUV90.2978.1796.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.84%
GREEN value IS 130 (51.17% from 255) = 73.03%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=25.84%
G=73.03%
B=1.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4613020.6500.980.4999.3896.9725.88
Hex2E822410623163611a
Octal56202210101426114314132
Binary10111010000010101000001011000101100011100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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