#2B7612

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

Shades of Bilbao #2B7612

Tints of Bilbao #2B7612

Color information

#2B7612 (or 0x2B7612) is unknown color: approx Bilbao. HEX triplet: 2B, 76 and 12. RGB value is (43,118,18). Sum of RGB (Red+Green+Blue) = 43+118+18=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7612 is #D489ED. Grayscale: #545454. Windows color (decimal): -13928942 or 1209899. OLE color: 1209899.

HSL color Cylindrical-coordinate representation of color #2B7612: hue angle of 105º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B7612 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB4311818-
CMYK0.6400.850.54
HSL105º73.53%26.67%-
HSV(B)105º84.75%46.27%-
XYZ7.5813.512.78-
YUV84.1890.6598.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.02%
GREEN value IS 118 (46.48% from 255) = 65.92%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=24.02%
G=65.92%
B=10.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43118180.6400.850.5410573.5326.67
Hex2B76124005536694a1b
Octal531662210001256615111233
Binary1010111110110100101000000010101011101101101001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,18); }

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

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

 a { background-color: rgb(43,118,18); }

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

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

 span { border-color: rgb(43,118,18); }

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