#2A6C06

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

Shades of Bilbao #2A6C06

Tints of Bilbao #2A6C06

Color information

#2A6C06 (or 0x2A6C06) is unknown color: approx Bilbao. HEX triplet: 2A, 6C and 06. RGB value is (42,108,6). Sum of RGB (Red+Green+Blue) = 42+108+6=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6C06 is #D593F9. Grayscale: #4C4C4C. Windows color (decimal): -13997050 or 420906. OLE color: 420906.

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

Color convert

RGB421086-
CMYK0.6100.940.58
HSL98.82º89.47%22.35%-
HSV(B)98.82º94.44%42.35%-
XYZ6.3511.232.01-
YUV76.6488.13103.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 108 (42.58% from 255) = 69.23%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=26.92%
G=69.23%
B=3.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4210860.6100.940.5898.8289.4722.35
Hex2A6C63D05E3A635916
Octal5215467501367214313126
Binary1010101101100110111101010111101110101100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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