#2D6A04

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

Shades of Bilbao #2D6A04

Tints of Bilbao #2D6A04

Color information

#2D6A04 (or 0x2D6A04) is unknown color: approx Bilbao. HEX triplet: 2D, 6A and 04. RGB value is (45,106,4). Sum of RGB (Red+Green+Blue) = 45+106+4=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6A04 is #D295FB. Grayscale: #4C4C4C. Windows color (decimal): -13800956 or 289325. OLE color: 289325.

HSL color Cylindrical-coordinate representation of color #2D6A04: hue angle of 95.88º 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 #2D6A04 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB451064-
CMYK0.5800.960.58
HSL95.88º92.73%21.57%-
HSV(B)95.88º96.23%41.57%-
XYZ6.2610.871.88-
YUV76.1387.29105.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.03%
GREEN value IS 106 (41.80% from 255) = 68.39%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=29.03%
G=68.39%
B=2.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4510640.5800.960.5895.8892.7321.57
Hex2D6A43A0603A605d16
Octal5515247201407214013526
Binary1011011101010100111010011000001110101100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,106,4); }

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

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

 a { background-color: rgb(45,106,4); }

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

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

 span { border-color: rgb(45,106,4); }

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