#2A6B04

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

Shades of Bilbao #2A6B04

Tints of Bilbao #2A6B04

Color information

#2A6B04 (or 0x2A6B04) is unknown color: approx Bilbao. HEX triplet: 2A, 6B and 04. RGB value is (42,107,4). Sum of RGB (Red+Green+Blue) = 42+107+4=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 107 (42.19% from 255 or 69.93% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6B04 is #D594FB. Grayscale: #4C4C4C. Windows color (decimal): -13997308 or 289578. OLE color: 289578.

HSL color Cylindrical-coordinate representation of color #2A6B04: hue angle of 97.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A6B04 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB421074-
CMYK0.6100.960.58
HSL97.86º92.79%21.76%-
HSV(B)97.86º96.26%41.96%-
XYZ6.2311.021.91-
YUV75.8287.47103.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 107 (42.19% from 255) = 69.93%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=27.45%
G=69.93%
B=2.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4210740.6100.960.5897.8692.7921.76
Hex2A6B43D0603A625d16
Octal5215347501407214213526
Binary1010101101011100111101011000001110101100010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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