#2A8306

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

Shades of Bilbao #2A8306

Tints of Bilbao #2A8306

Color information

#2A8306 (or 0x2A8306) is unknown color: approx Bilbao. HEX triplet: 2A, 83 and 06. RGB value is (42,131,6). Sum of RGB (Red+Green+Blue) = 42+131+6=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #2A8306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8306 is #D57CF9. Grayscale: #5A5A5A. Windows color (decimal): -13991162 or 426794. OLE color: 426794.

HSL color Cylindrical-coordinate representation of color #2A8306: hue angle of 102.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A8306 is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB421316-
CMYK0.6800.950.49
HSL102.72º91.24%26.86%-
HSV(B)102.72º95.42%51.37%-
XYZ9.116.742.92-
YUV90.1480.5193.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 131 (51.56% from 255) = 73.18%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=23.46%
G=73.18%
B=3.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4213160.6800.950.49102.7291.2426.86
Hex2A8364405F31675b1b
Octal52203610401376114713333
Binary101010100000111101000100010111111100011100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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