#2A6C05

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

Shades of Bilbao #2A6C05

Tints of Bilbao #2A6C05

Color information

#2A6C05 (or 0x2A6C05) is unknown color: approx Bilbao. HEX triplet: 2A, 6C and 05. RGB value is (42,108,5). Sum of RGB (Red+Green+Blue) = 42+108+5=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 108 (42.58% from 255 or 69.68% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6C05 is #D593FA. Grayscale: #4C4C4C. Windows color (decimal): -13997051 or 355370. OLE color: 355370.

HSL color Cylindrical-coordinate representation of color #2A6C05: hue angle of 98.45º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A6C05 is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB421085-
CMYK0.6100.950.58
HSL98.45º91.15%22.16%-
HSV(B)98.45º95.37%42.35%-
XYZ6.3411.231.98-
YUV76.5287.63103.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 108 (42.58% from 255) = 69.68%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=27.10%
G=69.68%
B=3.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4210850.6100.950.5898.4591.1522.16
Hex2A6C53D05F3A625b16
Octal5215457501377214213326
Binary1010101101100101111101010111111110101100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,108,5); }

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

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

 a { background-color: rgb(42,108,5); }

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

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

 span { border-color: rgb(42,108,5); }

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