#2D6609

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

Shades of Bilbao #2D6609

Tints of Bilbao #2D6609

Color information

#2D6609 (or 0x2D6609) is unknown color: approx Bilbao. HEX triplet: 2D, 66 and 09. RGB value is (45,102,9). Sum of RGB (Red+Green+Blue) = 45+102+9=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 102 (40.23% from 255 or 65.38% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6609 is #D299F6. Grayscale: #4A4A4A. Windows color (decimal): -13801975 or 615981. OLE color: 615981.

HSL color Cylindrical-coordinate representation of color #2D6609: hue angle of 96.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D6609 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB451029-
CMYK0.5600.910.6
HSL96.77º83.78%21.76%-
HSV(B)96.77º91.18%40%-
XYZ5.8810.081.89-
YUV74.3591.12107.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 102 (40.23% from 255) = 65.38%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=28.85%
G=65.38%
B=5.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4510290.5600.910.696.7783.7821.76
Hex2D6693805B3C615416
Octal55146117001337414112426
Binary10110111001101001111000010110111111001100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,102,9); }

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

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

 a { background-color: rgb(45,102,9); }

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

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

 span { border-color: rgb(45,102,9); }

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