#2B751E

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

Shades of Bilbao #2B751E

Tints of Bilbao #2B751E

Color information

#2B751E (or 0x2B751E) is unknown color: approx Bilbao. HEX triplet: 2B, 75 and 1E. RGB value is (43,117,30). Sum of RGB (Red+Green+Blue) = 43+117+30=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #2B751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B751E is #D48AE1. Grayscale: #555555. Windows color (decimal): -13929186 or 1996075. OLE color: 1996075.

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

Color convert

RGB4311730-
CMYK0.6300.740.54
HSL111.03º59.18%28.82%-
HSV(B)111.03º74.36%45.88%-
XYZ7.5913.333.4-
YUV84.9696.9898.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=22.63%
G=61.58%
B=15.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117300.6300.740.54111.0359.1828.82
Hex2B751E3F04A366f3b1d
Octal5316536770112661577335
Binary10101111101011111011111101001010110110110111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,30); }

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

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

 a { background-color: rgb(43,117,30); }

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

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

 span { border-color: rgb(43,117,30); }

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