#2E6C02

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

Shades of Bilbao #2E6C02

Tints of Bilbao #2E6C02

Color information

#2E6C02 (or 0x2E6C02) is unknown color: approx Bilbao. HEX triplet: 2E, 6C and 02. RGB value is (46,108,2). Sum of RGB (Red+Green+Blue) = 46+108+2=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #2E6C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6C02 is #D193FD. Grayscale: #4D4D4D. Windows color (decimal): -13734910 or 158766. OLE color: 158766.

HSL color Cylindrical-coordinate representation of color #2E6C02: hue angle of 95.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E6C02 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB461082-
CMYK0.5700.980.58
HSL95.09º96.36%21.57%-
HSV(B)95.09º98.15%42.35%-
XYZ6.511.311.9-
YUV77.3885.46105.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.49%
GREEN value IS 108 (42.58% from 255) = 69.23%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=29.49%
G=69.23%
B=1.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4610820.5700.980.5895.0996.3621.57
Hex2E6C2390623A5f6016
Octal5615427101427213714026
Binary101110110110010111001011000101110101011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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