#2B8506

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

Shades of Bilbao #2B8506

Tints of Bilbao #2B8506

Color information

#2B8506 (or 0x2B8506) is unknown color: approx Bilbao. HEX triplet: 2B, 85 and 06. RGB value is (43,133,6). Sum of RGB (Red+Green+Blue) = 43+133+6=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8506 is #D47AF9. Grayscale: #5C5C5C. Windows color (decimal): -13925114 or 427307. OLE color: 427307.

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

Color convert

RGB431336-
CMYK0.6800.950.48
HSL102.52º91.37%27.25%-
HSV(B)102.52º95.49%52.16%-
XYZ9.4217.33.02-
YUV91.6179.6893.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 133 (52.34% from 255) = 73.08%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=23.63%
G=73.08%
B=3.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4313360.6800.950.48102.5291.3727.25
Hex2B8564405F30675b1b
Octal53205610401376014713333
Binary101011100001011101000100010111111100001100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,6); }

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

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

 a { background-color: rgb(43,133,6); }

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

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

 span { border-color: rgb(43,133,6); }

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