#2A6704

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

Shades of Bilbao #2A6704

Tints of Bilbao #2A6704

Color information

#2A6704 (or 0x2A6704) is unknown color: approx Bilbao. HEX triplet: 2A, 67 and 04. RGB value is (42,103,4). Sum of RGB (Red+Green+Blue) = 42+103+4=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #2A6704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6704 is #D598FB. Grayscale: #494949. Windows color (decimal): -13998332 or 288554. OLE color: 288554.

HSL color Cylindrical-coordinate representation of color #2A6704: hue angle of 96.97º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A6704 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB421034-
CMYK0.5900.960.60
HSL96.97º92.52%20.98%-
HSV(B)96.97º96.12%40.39%-
XYZ5.8310.21.78-
YUV73.4888.79105.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 103 (40.62% from 255) = 69.13%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=28.19%
G=69.13%
B=2.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4210340.5900.960.6096.9792.5220.98
Hex2A6743B0603C615d15
Octal5214747301407414113525
Binary1010101100111100111011011000001111001100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,103,4); }

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

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

 a { background-color: rgb(42,103,4); }

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

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

 span { border-color: rgb(42,103,4); }

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