#2D7219

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

Shades of Bilbao #2D7219

Tints of Bilbao #2D7219

Color information

#2D7219 (or 0x2D7219) is unknown color: approx Bilbao. HEX triplet: 2D, 72 and 19. RGB value is (45,114,25). Sum of RGB (Red+Green+Blue) = 45+114+25=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7219 is #D28DE6. Grayscale: #535353. Windows color (decimal): -13798887 or 1667629. OLE color: 1667629.

HSL color Cylindrical-coordinate representation of color #2D7219: hue angle of 106.52º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D7219 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB4511425-
CMYK0.6100.780.55
HSL106.52º64.03%27.25%-
HSV(B)106.52º78.07%44.71%-
XYZ7.2712.662.98-
YUV83.2295.14100.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.46%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=24.46%
G=61.96%
B=13.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45114250.6100.780.55106.5264.0327.25
Hex2D72193D04E376b401b
Octal55162317501166715310033
Binary101101111001011001111101010011101101111101011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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