#2A760F

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

Shades of Bilbao #2A760F

Tints of Bilbao #2A760F

Color information

#2A760F (or 0x2A760F) is unknown color: approx Bilbao. HEX triplet: 2A, 76 and 0F. RGB value is (42,118,15). Sum of RGB (Red+Green+Blue) = 42+118+15=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #2A760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A760F is #D589F0. Grayscale: #535353. Windows color (decimal): -13994481 or 1013290. OLE color: 1013290.

HSL color Cylindrical-coordinate representation of color #2A760F: hue angle of 104.27º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A760F is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB4211815-
CMYK0.6400.870.54
HSL104.27º77.44%26.08%-
HSV(B)104.27º87.29%46.27%-
XYZ7.5213.482.66-
YUV83.5389.3298.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 118 (46.48% from 255) = 67.43%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=24%
G=67.43%
B=8.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42118150.6400.870.54104.2777.4426.08
Hex2A76F4005736684d1a
Octal521661710001276615011532
Binary101010111011011111000000010101111101101101000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,15); }

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

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

 a { background-color: rgb(42,118,15); }

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

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

 span { border-color: rgb(42,118,15); }

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