#2D6209

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

Shades of Bilbao #2D6209

Tints of Bilbao #2D6209

Color information

#2D6209 (or 0x2D6209) is unknown color: approx Bilbao. HEX triplet: 2D, 62 and 09. RGB value is (45,98,9). Sum of RGB (Red+Green+Blue) = 45+98+9=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6209 is #D29DF6. Grayscale: #484848. Windows color (decimal): -13802999 or 614957. OLE color: 614957.

HSL color Cylindrical-coordinate representation of color #2D6209: hue angle of 95.73º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D6209 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB45989-
CMYK0.5400.910.62
HSL95.73º83.18%20.98%-
HSV(B)95.73º90.82%38.43%-
XYZ5.59.311.77-
YUV72.0192.44108.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.61%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=29.61%
G=64.47%
B=5.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal459890.5400.910.6295.7383.1820.98
Hex2D6293605B3E605315
Octal55142116601337614012325
Binary10110111000101001110110010110111111101100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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