#2B701C

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

Shades of Bilbao #2B701C

Tints of Bilbao #2B701C

Color information

#2B701C (or 0x2B701C) is unknown color: approx Bilbao. HEX triplet: 2B, 70 and 1C. RGB value is (43,112,28). Sum of RGB (Red+Green+Blue) = 43+112+28=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #2B701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B701C is #D48FE3. Grayscale: #525252. Windows color (decimal): -13930468 or 1863723. OLE color: 1863723.

HSL color Cylindrical-coordinate representation of color #2B701C: hue angle of 109.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B701C is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB4311228-
CMYK0.6200.750.56
HSL109.29º60%27.45%-
HSV(B)109.29º75%43.92%-
XYZ712.193.08-
YUV81.7997.64100.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=23.50%
G=61.20%
B=15.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43112280.6200.750.56109.296027.45
Hex2B701C3E04B386d3c1b
Octal5316034760113701557433
Binary10101111100001110011111001001011111000110110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,28); }

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

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

 a { background-color: rgb(43,112,28); }

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

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

 span { border-color: rgb(43,112,28); }

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