#2B7613

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

Shades of Bilbao #2B7613

Tints of Bilbao #2B7613

Color information

#2B7613 (or 0x2B7613) is unknown color: approx Bilbao. HEX triplet: 2B, 76 and 13. RGB value is (43,118,19). Sum of RGB (Red+Green+Blue) = 43+118+19=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 118 (46.48% from 255 or 65.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 118 - color contains mainly: green. Hex color #2B7613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7613 is #D489EC. Grayscale: #545454. Windows color (decimal): -13928941 or 1275435. OLE color: 1275435.

HSL color Cylindrical-coordinate representation of color #2B7613: hue angle of 105.45º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B7613 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB4311819-
CMYK0.6400.840.54
HSL105.45º72.26%26.86%-
HSV(B)105.45º83.9%46.27%-
XYZ7.5913.522.83-
YUV84.2991.1598.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.89%
GREEN value IS 118 (46.48% from 255) = 65.56%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=23.89%
G=65.56%
B=10.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43118190.6400.840.54105.4572.2626.86
Hex2B7613400543669481b
Octal531662310001246615111033
Binary1010111110110100111000000010101001101101101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,19); }

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

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

 a { background-color: rgb(43,118,19); }

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

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

 span { border-color: rgb(43,118,19); }

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