#2B6F18

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

Shades of Bilbao #2B6F18

Tints of Bilbao #2B6F18

Color information

#2B6F18 (or 0x2B6F18) is unknown color: approx Bilbao. HEX triplet: 2B, 6F and 18. RGB value is (43,111,24). Sum of RGB (Red+Green+Blue) = 43+111+24=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6F18 is #D490E7. Grayscale: #515151. Windows color (decimal): -13930728 or 1601323. OLE color: 1601323.

HSL color Cylindrical-coordinate representation of color #2B6F18: hue angle of 106.9º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B6F18 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB4311124-
CMYK0.6100.780.56
HSL106.9º64.44%26.47%-
HSV(B)106.9º78.38%43.53%-
XYZ6.8511.952.81-
YUV80.7595.97101.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 111 (43.75% from 255) = 62.36%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=24.16%
G=62.36%
B=13.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111240.6100.780.56106.964.4426.47
Hex2B6F183D04E386b401a
Octal53157307501167015310032
Binary101011110111111000111101010011101110001101011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,111,24); }

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

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

 a { background-color: rgb(43,111,24); }

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

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

 span { border-color: rgb(43,111,24); }

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