#2B7C19

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

Shades of Bilbao #2B7C19

Tints of Bilbao #2B7C19

Color information

#2B7C19 (or 0x2B7C19) is unknown color: approx Bilbao. HEX triplet: 2B, 7C and 19. RGB value is (43,124,25). Sum of RGB (Red+Green+Blue) = 43+124+25=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7C19 is #D483E6. Grayscale: #585858. Windows color (decimal): -13927399 or 1670187. OLE color: 1670187.

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

Color convert

RGB4312425-
CMYK0.6500.800.51
HSL109.09º66.44%29.22%-
HSV(B)109.09º79.84%48.63%-
XYZ8.38153.37-
YUV88.4992.1695.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 124 (48.83% from 255) = 64.58%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=22.40%
G=64.58%
B=13.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43124250.6500.800.51109.0966.4429.22
Hex2B7C1941050336d421d
Octal531743110101206315510235
Binary1010111111100110011000001010100001100111101101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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