#2D6613

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

Shades of Bilbao #2D6613

Tints of Bilbao #2D6613

Color information

#2D6613 (or 0x2D6613) is unknown color: approx Bilbao. HEX triplet: 2D, 66 and 13. RGB value is (45,102,19). Sum of RGB (Red+Green+Blue) = 45+102+19=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6613 is #D299EC. Grayscale: #4B4B4B. Windows color (decimal): -13801965 or 1271341. OLE color: 1271341.

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

Color convert

RGB4510219-
CMYK0.5600.810.6
HSL101.2º68.6%23.73%-
HSV(B)101.2º81.37%40%-
XYZ5.9510.112.25-
YUV75.4996.12106.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.11%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=27.11%
G=61.45%
B=11.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102190.5600.810.6101.268.623.73
Hex2D6613380513C654518
Octal55146237001217414510530
Binary101101110011010011111000010100011111001100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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