#2B721A

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

Shades of Bilbao #2B721A

Tints of Bilbao #2B721A

Color information

#2B721A (or 0x2B721A) is unknown color: approx Bilbao. HEX triplet: 2B, 72 and 1A. RGB value is (43,114,26). Sum of RGB (Red+Green+Blue) = 43+114+26=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #2B721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B721A is #D48DE5. Grayscale: #535353. Windows color (decimal): -13929958 or 1733163. OLE color: 1733163.

HSL color Cylindrical-coordinate representation of color #2B721A: hue angle of 108.41º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B721A is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB4311426-
CMYK0.6200.770.55
HSL108.41º62.86%27.45%-
HSV(B)108.41º77.19%44.71%-
XYZ7.212.623.03-
YUV82.7495.9899.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=23.50%
G=62.30%
B=14.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114260.6200.770.55108.4162.8627.45
Hex2B721A3E04D376c3f1b
Octal5316232760115671547733
Binary10101111100101101011111001001101110111110110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,26); }

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

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

 a { background-color: rgb(43,114,26); }

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

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

 span { border-color: rgb(43,114,26); }

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