#2E630F

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

Shades of Bilbao #2E630F

Tints of Bilbao #2E630F

Color information

#2E630F (or 0x2E630F) is unknown color: approx Bilbao. HEX triplet: 2E, 63 and 0F. RGB value is (46,99,15). Sum of RGB (Red+Green+Blue) = 46+99+15=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #2E630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E630F is #D19CF0. Grayscale: #494949. Windows color (decimal): -13737201 or 1008430. OLE color: 1008430.

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

Color convert

RGB469915-
CMYK0.5400.850.61
HSL97.86º73.68%22.35%-
HSV(B)97.86º84.85%38.82%-
XYZ5.679.541.99-
YUV73.5894.94108.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 99 (39.06% from 255) = 61.88%
BLUE value IS 15 (6.25% from 255) = 9.38%
R=28.75%
G=61.88%
B=9.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699150.5400.850.6197.8673.6822.35
Hex2E63F360553D624a16
Octal56143176601257514211226
Binary10111011000111111110110010101011111011100010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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