#2E8502

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

Shades of Bilbao #2E8502

Tints of Bilbao #2E8502

Color information

#2E8502 (or 0x2E8502) is unknown color: approx Bilbao. HEX triplet: 2E, 85 and 02. RGB value is (46,133,2). Sum of RGB (Red+Green+Blue) = 46+133+2=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8502 is #D17AFD. Grayscale: #5C5C5C. Windows color (decimal): -13728510 or 165166. OLE color: 165166.

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

Color convert

RGB461332-
CMYK0.6500.980.48
HSL99.85º97.04%26.47%-
HSV(B)99.85º98.5%52.16%-
XYZ9.5317.362.91-
YUV92.0577.1895.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.41%
GREEN value IS 133 (52.34% from 255) = 73.48%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=25.41%
G=73.48%
B=1.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4613320.6500.980.4899.8597.0426.47
Hex2E852410623064611a
Octal56205210101426014414132
Binary10111010000101101000001011000101100001100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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