#2C7619

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

Shades of Bilbao #2C7619

Tints of Bilbao #2C7619

Color information

#2C7619 (or 0x2C7619) is unknown color: approx Bilbao. HEX triplet: 2C, 76 and 19. RGB value is (44,118,25). Sum of RGB (Red+Green+Blue) = 44+118+25=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #2C7619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7619 is #D389E6. Grayscale: #555555. Windows color (decimal): -13863399 or 1668652. OLE color: 1668652.

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

Color convert

RGB4411825-
CMYK0.6300.790.54
HSL107.74º65.03%28.04%-
HSV(B)107.74º78.81%46.27%-
XYZ7.6913.563.13-
YUV85.2793.9898.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=23.53%
G=63.10%
B=13.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44118250.6300.790.54107.7465.0328.04
Hex2C76193F04F366c411c
Octal54166317701176615410134
Binary101100111011011001111111010011111101101101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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