#2E800F

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

Shades of Bilbao #2E800F

Tints of Bilbao #2E800F

Color information

#2E800F (or 0x2E800F) is unknown color: approx Bilbao. HEX triplet: 2E, 80 and 0F. RGB value is (46,128,15). Sum of RGB (Red+Green+Blue) = 46+128+15=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #2E800F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E800F is #D17FF0. Grayscale: #5A5A5A. Windows color (decimal): -13729777 or 1015854. OLE color: 1015854.

HSL color Cylindrical-coordinate representation of color #2E800F: hue angle of 103.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E800F is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB4612815-
CMYK0.6400.880.50
HSL103.54º79.02%28.04%-
HSV(B)103.54º88.28%50.2%-
XYZ8.9316.053.08-
YUV90.685.3396.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.34%
GREEN value IS 128 (50.39% from 255) = 67.72%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=24.34%
G=67.72%
B=7.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46128150.6400.880.50103.5479.0228.04
Hex2E80F4005832684f1c
Octal562001710001306215011734
Binary1011101000000011111000000010110001100101101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,128,15); }

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

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

 a { background-color: rgb(46,128,15); }

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

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

 span { border-color: rgb(46,128,15); }

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