#2b7a19

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

Shades of Bilbao #2B7A19

Tints of Bilbao #2B7A19

Color information

#2B7A19 (or 0x2B7A19) is unknown color: approx Bilbao. HEX triplet: 2B, 7A and 19. RGB value is (43,122,25). Sum of RGB (Red+Green+Blue) = 43+122+25=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 122 (48.05% from 255 or 64.21% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7A19 is #D485E6. Grayscale: #575757. Windows color (decimal): -13927911 or 1669675. OLE color: 1669675.

HSL color Cylindrical-coordinate representation of color #2B7A19: hue angle of 108.87º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7A19 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB4312225-
CMYK0.6500.800.52
HSL108.87º65.99%28.82%-
HSV(B)108.87º79.51%47.84%-
XYZ8.1314.53.29-
YUV87.3292.8396.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 122 (48.05% from 255) = 64.21%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=22.63%
G=64.21%
B=13.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43122250.6500.800.52108.8765.9928.82
Hex2B7A1941050346d421d
Octal531723110101206415510235
Binary1010111111010110011000001010100001101001101101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b7a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,25); }

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

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

 a { background-color: rgb(43,122,25); }

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

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

 span { border-color: rgb(43,122,25); }

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