#2E6307

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

Shades of Bilbao #2E6307

Tints of Bilbao #2E6307

Color information

#2E6307 (or 0x2E6307) is unknown color: approx Bilbao. HEX triplet: 2E, 63 and 07. RGB value is (46,99,7). Sum of RGB (Red+Green+Blue) = 46+99+7=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6307 is #D19CF8. Grayscale: #484848. Windows color (decimal): -13737209 or 484142. OLE color: 484142.

HSL color Cylindrical-coordinate representation of color #2E6307: hue angle of 94.57º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E6307 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB46997-
CMYK0.5400.930.61
HSL94.57º86.79%20.78%-
HSV(B)94.57º92.93%38.82%-
XYZ5.639.521.74-
YUV72.6790.94108.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.26%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 7 (3.12% from 255) = 4.61%
R=30.26%
G=65.13%
B=4.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal469970.5400.930.6194.5786.7920.78
Hex2E6373605D3D5f5715
Octal5614376601357513712725
Binary1011101100011111110110010111011111011011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,7); }

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

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

 a { background-color: rgb(46,99,7); }

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

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

 span { border-color: rgb(46,99,7); }

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