#2A7219

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

Shades of Bilbao #2A7219

Tints of Bilbao #2A7219

Color information

#2A7219 (or 0x2A7219) is unknown color: approx Bilbao. HEX triplet: 2A, 72 and 19. RGB value is (42,114,25). Sum of RGB (Red+Green+Blue) = 42+114+25=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7219 is #D58DE6. Grayscale: #525252. Windows color (decimal): -13995495 or 1667626. OLE color: 1667626.

HSL color Cylindrical-coordinate representation of color #2A7219: hue angle of 108.54º 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 #2A7219 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB4211425-
CMYK0.6300.780.55
HSL108.54º64.03%27.25%-
HSV(B)108.54º78.07%44.71%-
XYZ7.1512.62.97-
YUV82.3395.6599.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 114 (44.92% from 255) = 62.98%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=23.20%
G=62.98%
B=13.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114250.6300.780.55108.5464.0327.25
Hex2A72193F04E376d401b
Octal52162317701166715510033
Binary101010111001011001111111010011101101111101101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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