#2b7016

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

Shades of Bilbao #2B7016

Tints of Bilbao #2B7016

Color information

#2B7016 (or 0x2B7016) is unknown color: approx Bilbao. HEX triplet: 2B, 70 and 16. RGB value is (43,112,22). Sum of RGB (Red+Green+Blue) = 43+112+22=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7016 is #D48FE9. Grayscale: #515151. Windows color (decimal): -13930474 or 1470507. OLE color: 1470507.

HSL color Cylindrical-coordinate representation of color #2B7016: hue angle of 106º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7016 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB4311222-
CMYK0.6200.800.56
HSL106º67.16%26.27%-
HSV(B)106º80.36%43.92%-
XYZ6.9412.162.74-
YUV81.1194.64100.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 112 (44.14% from 255) = 63.28%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=24.29%
G=63.28%
B=12.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43112220.6200.800.5610667.1626.27
Hex2B70163E050386a431a
Octal53160267601207015210332
Binary101011111000010110111110010100001110001101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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