#2B750B

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

Shades of Bilbao #2B750B

Tints of Bilbao #2B750B

Color information

#2B750B (or 0x2B750B) is unknown color: approx Bilbao. HEX triplet: 2B, 75 and 0B. RGB value is (43,117,11). Sum of RGB (Red+Green+Blue) = 43+117+11=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #2B750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B750B is #D48AF4. Grayscale: #535353. Windows color (decimal): -13929205 or 750891. OLE color: 750891.

HSL color Cylindrical-coordinate representation of color #2B750B: hue angle of 101.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B750B is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB4311711-
CMYK0.6300.910.54
HSL101.89º82.81%25.1%-
HSV(B)101.89º90.6%45.88%-
XYZ7.4213.262.49-
YUV82.7987.4899.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 117 (46.09% from 255) = 68.42%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=25.15%
G=68.42%
B=6.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117110.6300.910.54101.8982.8125.1
Hex2B75B3F05B36665319
Octal53165137701336614612331
Binary10101111101011011111111010110111101101100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,11); }

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

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

 a { background-color: rgb(43,117,11); }

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

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

 span { border-color: rgb(43,117,11); }

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