#2B6F0E

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

Shades of Bilbao #2B6F0E

Tints of Bilbao #2B6F0E

Color information

#2B6F0E (or 0x2B6F0E) is unknown color: approx Bilbao. HEX triplet: 2B, 6F and 0E. RGB value is (43,111,14). Sum of RGB (Red+Green+Blue) = 43+111+14=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 111 (43.75% from 255 or 66.07% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6F0E is #D490F1. Grayscale: #4F4F4F. Windows color (decimal): -13930738 or 945963. OLE color: 945963.

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

Color convert

RGB4311114-
CMYK0.6100.870.56
HSL102.06º77.6%24.51%-
HSV(B)102.06º87.39%43.53%-
XYZ6.7611.912.36-
YUV79.6190.97101.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 111 (43.75% from 255) = 66.07%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=25.60%
G=66.07%
B=8.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111140.6100.870.56102.0677.624.51
Hex2B6FE3D05738664e19
Octal53157167501277014611631
Binary10101111011111110111101010101111110001100110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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