#2A6A06

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

Shades of Bilbao #2A6A06

Tints of Bilbao #2A6A06

Color information

#2A6A06 (or 0x2A6A06) is unknown color: approx Bilbao. HEX triplet: 2A, 6A and 06. RGB value is (42,106,6). Sum of RGB (Red+Green+Blue) = 42+106+6=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 106 (41.80% from 255 or 68.83% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6A06 is #D595F9. Grayscale: #4B4B4B. Windows color (decimal): -13997562 or 420394. OLE color: 420394.

HSL color Cylindrical-coordinate representation of color #2A6A06: hue angle of 98.4º 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 #2A6A06 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB421066-
CMYK0.6000.940.58
HSL98.4º89.29%21.96%-
HSV(B)98.4º94.34%41.57%-
XYZ6.1410.811.94-
YUV75.4688.8104.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.27%
GREEN value IS 106 (41.80% from 255) = 68.83%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=27.27%
G=68.83%
B=3.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4210660.6000.940.5898.489.2921.96
Hex2A6A63C05E3A625916
Octal5215267401367214213126
Binary1010101101010110111100010111101110101100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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