#2C7A19

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

Shades of Bilbao #2C7A19

Tints of Bilbao #2C7A19

Color information

#2C7A19 (or 0x2C7A19) is unknown color: approx Bilbao. HEX triplet: 2C, 7A and 19. RGB value is (44,122,25). Sum of RGB (Red+Green+Blue) = 44+122+25=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7A19 is #D385E6. Grayscale: #575757. Windows color (decimal): -13862375 or 1669676. OLE color: 1669676.

HSL color Cylindrical-coordinate representation of color #2C7A19: hue angle of 108.25º 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 #2C7A19 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB4412225-
CMYK0.6400.800.52
HSL108.25º65.99%28.82%-
HSV(B)108.25º79.51%47.84%-
XYZ8.1714.523.29-
YUV87.6292.6696.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 122 (48.05% from 255) = 63.87%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=23.04%
G=63.87%
B=13.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44122250.6400.800.52108.2565.9928.82
Hex2C7A1940050346c421d
Octal541723110001206415410235
Binary1011001111010110011000000010100001101001101100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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