#276E00

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

Shades of Bilbao #276E00

Tints of Bilbao #276E00

Color information

#276E00 (or 0x276E00) is unknown color: approx Bilbao. HEX triplet: 27, 6E and 00. RGB value is (39,110,0). Sum of RGB (Red+Green+Blue) = 39+110+0=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 110 (43.36% from 255 or 73.83% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 110 - color contains mainly: green. Hex color #276E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276E00 is #D891FF. Grayscale: #4C4C4C. Windows color (decimal): -14193152 or 28199. OLE color: 28199.

HSL color Cylindrical-coordinate representation of color #276E00: hue angle of 98.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #276E00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB391100-
CMYK0.65010.57
HSL98.73º100%21.57%-
HSV(B)98.73º100%43.14%-
XYZ6.4111.581.9-
YUV76.2384.98101.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 110 (43.36% from 255) = 73.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.17%
G=73.83%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3911000.65010.5798.7310021.57
Hex276E04106439636416
Octal47156010101447114314426
Binary100111110111001000001011001001110011100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,110,0); }

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

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

 a { background-color: rgb(39,110,0); }

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

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

 span { border-color: rgb(39,110,0); }

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