#276E0F

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

Shades of Bilbao #276E0F

Tints of Bilbao #276E0F

Color information

#276E0F (or 0x276E0F) is unknown color: approx Bilbao. HEX triplet: 27, 6E and 0F. RGB value is (39,110,15). Sum of RGB (Red+Green+Blue) = 39+110+15=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #276E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276E0F is #D891F0. Grayscale: #4E4E4E. Windows color (decimal): -14193137 or 1011239. OLE color: 1011239.

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

Color convert

RGB3911015-
CMYK0.6500.860.57
HSL104.84º76%24.51%-
HSV(B)104.84º86.36%43.14%-
XYZ6.511.622.35-
YUV77.9492.48100.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 110 (43.36% from 255) = 67.07%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=23.78%
G=67.07%
B=9.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39110150.6500.860.57104.847624.51
Hex276EF4105639694c19
Octal471561710101267115111431
Binary100111110111011111000001010101101110011101001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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