#276B03

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

Shades of Bilbao #276B03

Tints of Bilbao #276B03

Color information

#276B03 (or 0x276B03) is unknown color: approx Bilbao. HEX triplet: 27, 6B and 03. RGB value is (39,107,3). Sum of RGB (Red+Green+Blue) = 39+107+3=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #276B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276B03 is #D894FC. Grayscale: #4B4B4B. Windows color (decimal): -14193917 or 224039. OLE color: 224039.

HSL color Cylindrical-coordinate representation of color #276B03: hue angle of 99.23º 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 #276B03 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB391073-
CMYK0.6400.970.58
HSL99.23º94.55%21.57%-
HSV(B)99.23º97.2%41.96%-
XYZ6.1110.951.88-
YUV74.8187.47102.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 107 (42.19% from 255) = 71.81%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=26.17%
G=71.81%
B=2.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3910730.6400.970.5899.2394.5521.57
Hex276B3400613A635f16
Octal47153310001417214313726
Binary1001111101011111000000011000011110101100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276B03; }

 p { color: rgb(39,107,3); }

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

<style>
 a { background-color: #276B03; }

 a { background-color: rgb(39,107,3); }

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

<style>
 span { border-color: #276B03; }

 span { border-color: rgb(39,107,3); }

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