#276D00

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

Shades of Bilbao #276D00

Tints of Bilbao #276D00

Color information

#276D00 (or 0x276D00) is unknown color: approx Bilbao. HEX triplet: 27, 6D and 00. RGB value is (39,109,0). Sum of RGB (Red+Green+Blue) = 39+109+0=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #276D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276D00 is #D892FF. Grayscale: #4C4C4C. Windows color (decimal): -14193408 or 27943. OLE color: 27943.

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

Color convert

RGB391090-
CMYK0.64010.57
HSL98.53º100%21.37%-
HSV(B)98.53º100%42.75%-
XYZ6.3111.371.86-
YUV75.6485.31101.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 109 (42.97% from 255) = 73.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.35%
G=73.65%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3910900.64010.5798.5310021.37
Hex276D04006439636415
Octal47155010001447114314425
Binary100111110110101000000011001001110011100011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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