#2D6E03

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

Shades of Bilbao #2D6E03

Tints of Bilbao #2D6E03

Color information

#2D6E03 (or 0x2D6E03) is unknown color: approx Bilbao. HEX triplet: 2D, 6E and 03. RGB value is (45,110,3). Sum of RGB (Red+Green+Blue) = 45+110+3=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #2D6E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6E03 is #D291FC. Grayscale: #4E4E4E. Windows color (decimal): -13799933 or 224813. OLE color: 224813.

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

Color convert

RGB451103-
CMYK0.5900.970.57
HSL96.45º94.69%22.16%-
HSV(B)96.45º97.27%43.14%-
XYZ6.6711.722-
YUV78.3785.47104.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 110 (43.36% from 255) = 69.62%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=28.48%
G=69.62%
B=1.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4511030.5900.970.5796.4594.6922.16
Hex2D6E33B06139605f16
Octal5515637301417114013726
Binary101101110111011111011011000011110011100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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