#2A6916

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

Shades of Bilbao #2A6916

Tints of Bilbao #2A6916

Color information

#2A6916 (or 0x2A6916) is unknown color: approx Bilbao. HEX triplet: 2A, 69 and 16. RGB value is (42,105,22). Sum of RGB (Red+Green+Blue) = 42+105+22=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6916 is #D596E9. Grayscale: #4C4C4C. Windows color (decimal): -13997802 or 1468714. OLE color: 1468714.

HSL color Cylindrical-coordinate representation of color #2A6916: hue angle of 105.54º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A6916 is Cyan = 0.6, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB4210522-
CMYK0.600.790.59
HSL105.54º65.35%24.9%-
HSV(B)105.54º79.05%41.18%-
XYZ6.1510.652.49-
YUV76.797.13103.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 105 (41.41% from 255) = 62.13%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=24.85%
G=62.13%
B=13.02%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42105220.600.790.59105.5465.3524.9
Hex2A69163C04F3B6a4119
Octal52151267401177315210131
Binary101010110100110110111100010011111110111101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,105,22); }

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

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

 a { background-color: rgb(42,105,22); }

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

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

 span { border-color: rgb(42,105,22); }

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