#2D7619

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

Shades of Bilbao #2D7619

Tints of Bilbao #2D7619

Color information

#2D7619 (or 0x2D7619) is unknown color: approx Bilbao. HEX triplet: 2D, 76 and 19. RGB value is (45,118,25). Sum of RGB (Red+Green+Blue) = 45+118+25=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #2D7619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7619 is #D289E6. Grayscale: #555555. Windows color (decimal): -13797863 or 1668653. OLE color: 1668653.

HSL color Cylindrical-coordinate representation of color #2D7619: hue angle of 107.1º 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 #2D7619 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB4511825-
CMYK0.6200.790.54
HSL107.1º65.03%28.04%-
HSV(B)107.1º78.81%46.27%-
XYZ7.7413.583.13-
YUV85.5793.8299.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.94%
GREEN value IS 118 (46.48% from 255) = 62.77%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=23.94%
G=62.77%
B=13.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45118250.6200.790.54107.165.0328.04
Hex2D76193E04F366b411c
Octal55166317601176615310134
Binary101101111011011001111110010011111101101101011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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