#2A6F03

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

Shades of Bilbao #2A6F03

Tints of Bilbao #2A6F03

Color information

#2A6F03 (or 0x2A6F03) is unknown color: approx Bilbao. HEX triplet: 2A, 6F and 03. RGB value is (42,111,3). Sum of RGB (Red+Green+Blue) = 42+111+3=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6F03 is #D590FC. Grayscale: #4E4E4E. Windows color (decimal): -13996285 or 225066. OLE color: 225066.

HSL color Cylindrical-coordinate representation of color #2A6F03: hue angle of 98.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A6F03 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB421113-
CMYK0.6200.970.56
HSL98.33º94.74%22.35%-
HSV(B)98.33º97.3%43.53%-
XYZ6.6611.872.03-
YUV78.0685.64102.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 111 (43.75% from 255) = 71.15%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=26.92%
G=71.15%
B=1.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4211130.6200.970.5698.3394.7422.35
Hex2A6F33E06138625f16
Octal5215737601417014213726
Binary101010110111111111110011000011110001100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,111,3); }

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

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

 a { background-color: rgb(42,111,3); }

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

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

 span { border-color: rgb(42,111,3); }

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