#2B7115

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

Shades of Bilbao #2B7115

Tints of Bilbao #2B7115

Color information

#2B7115 (or 0x2B7115) is unknown color: approx Bilbao. HEX triplet: 2B, 71 and 15. RGB value is (43,113,21). Sum of RGB (Red+Green+Blue) = 43+113+21=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7115 is #D48EEA. Grayscale: #515151. Windows color (decimal): -13930219 or 1405227. OLE color: 1405227.

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

Color convert

RGB4311321-
CMYK0.6200.810.56
HSL105.65º68.66%26.27%-
HSV(B)105.65º81.42%44.31%-
XYZ7.0412.382.73-
YUV81.5893.81100.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.29%
GREEN value IS 113 (44.53% from 255) = 63.84%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=24.29%
G=63.84%
B=11.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113210.6200.810.56105.6568.6626.27
Hex2B71153E051386a451a
Octal53161257601217015210532
Binary101011111000110101111110010100011110001101010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,113,21); }

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

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

 a { background-color: rgb(43,113,21); }

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

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

 span { border-color: rgb(43,113,21); }

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