#2D6B13

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

Shades of Bilbao #2D6B13

Tints of Bilbao #2D6B13

Color information

#2D6B13 (or 0x2D6B13) is unknown color: approx Bilbao. HEX triplet: 2D, 6B and 13. RGB value is (45,107,19). Sum of RGB (Red+Green+Blue) = 45+107+19=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6B13 is #D294EC. Grayscale: #4E4E4E. Windows color (decimal): -13800685 or 1272621. OLE color: 1272621.

HSL color Cylindrical-coordinate representation of color #2D6B13: hue angle of 102.27º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D6B13 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB4510719-
CMYK0.5800.820.58
HSL102.27º69.84%24.71%-
HSV(B)102.27º82.24%41.96%-
XYZ6.4611.122.42-
YUV78.4394.46104.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.32%
GREEN value IS 107 (42.19% from 255) = 62.57%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=26.32%
G=62.57%
B=11.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45107190.5800.820.58102.2769.8424.71
Hex2D6B133A0523A664619
Octal55153237201227214610631
Binary101101110101110011111010010100101110101100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,107,19); }

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

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

 a { background-color: rgb(45,107,19); }

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

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

 span { border-color: rgb(45,107,19); }

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