#2A7716

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

Shades of Bilbao #2A7716

Tints of Bilbao #2A7716

Color information

#2A7716 (or 0x2A7716) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 16. RGB value is (42,119,22). Sum of RGB (Red+Green+Blue) = 42+119+22=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7716 is #D588E9. Grayscale: #555555. Windows color (decimal): -13994218 or 1472298. OLE color: 1472298.

HSL color Cylindrical-coordinate representation of color #2A7716: hue angle of 107.63º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A7716 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB4211922-
CMYK0.6500.820.53
HSL107.63º68.79%27.65%-
HSV(B)107.63º81.51%46.67%-
XYZ7.713.743.01-
YUV84.9292.4997.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 119 (46.88% from 255) = 65.03%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=22.95%
G=65.03%
B=12.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119220.6500.820.53107.6368.7927.65
Hex2A771641052356c451c
Octal521672610101226515410534
Binary1010101110111101101000001010100101101011101100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,22); }

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

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

 a { background-color: rgb(42,119,22); }

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

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

 span { border-color: rgb(42,119,22); }

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