#2E850C

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

Shades of Bilbao #2E850C

Tints of Bilbao #2E850C

Color information

#2E850C (or 0x2E850C) is unknown color: approx Bilbao. HEX triplet: 2E, 85 and 0C. RGB value is (46,133,12). Sum of RGB (Red+Green+Blue) = 46+133+12=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #2E850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E850C is #D17AF3. Grayscale: #5D5D5D. Windows color (decimal): -13728500 or 820526. OLE color: 820526.

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

Color convert

RGB4613312-
CMYK0.6500.910.48
HSL103.14º83.45%28.43%-
HSV(B)103.14º90.98%52.16%-
XYZ9.5817.383.2-
YUV93.1982.1894.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 133 (52.34% from 255) = 69.63%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=24.08%
G=69.63%
B=6.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46133120.6500.910.48103.1483.4528.43
Hex2E85C4105B3067531c
Octal562051410101336014712334
Binary1011101000010111001000001010110111100001100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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