#2D6C03

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

Shades of Bilbao #2D6C03

Tints of Bilbao #2D6C03

Color information

#2D6C03 (or 0x2D6C03) is unknown color: approx Bilbao. HEX triplet: 2D, 6C and 03. RGB value is (45,108,3). Sum of RGB (Red+Green+Blue) = 45+108+3=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #2D6C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6C03 is #D293FC. Grayscale: #4D4D4D. Windows color (decimal): -13800445 or 224301. OLE color: 224301.

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

Color convert

RGB451083-
CMYK0.5800.970.58
HSL96º94.59%21.76%-
HSV(B)96º97.22%42.35%-
XYZ6.4611.291.92-
YUV77.1986.13105.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 108 (42.58% from 255) = 69.23%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=28.85%
G=69.23%
B=1.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4510830.5800.970.589694.5921.76
Hex2D6C33A0613A605f16
Octal5515437201417214013726
Binary101101110110011111010011000011110101100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,108,3); }

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

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

 a { background-color: rgb(45,108,3); }

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

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

 span { border-color: rgb(45,108,3); }

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