#2D6506

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

Shades of Bilbao #2D6506

Tints of Bilbao #2D6506

Color information

#2D6506 (or 0x2D6506) is unknown color: approx Bilbao. HEX triplet: 2D, 65 and 06. RGB value is (45,101,6). Sum of RGB (Red+Green+Blue) = 45+101+6=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6506 is #D29AF9. Grayscale: #494949. Windows color (decimal): -13802234 or 419117. OLE color: 419117.

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

Color convert

RGB451016-
CMYK0.5500.940.60
HSL95.37º88.79%20.98%-
HSV(B)95.37º94.06%39.61%-
XYZ5.779.881.77-
YUV73.4389.95107.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.61%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=29.61%
G=66.45%
B=3.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4510160.5500.940.6095.3788.7920.98
Hex2D6563705E3C5f5915
Octal5514566701367413713125
Binary1011011100101110110111010111101111001011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,101,6); }

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

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

 a { background-color: rgb(45,101,6); }

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

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

 span { border-color: rgb(45,101,6); }

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