#277302

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

Shades of Bilbao #277302

Tints of Bilbao #277302

Color information

#277302 (or 0x277302) is unknown color: approx Bilbao. HEX triplet: 27, 73 and 02. RGB value is (39,115,2). Sum of RGB (Red+Green+Blue) = 39+115+2=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #277302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277302 is #D88CFD. Grayscale: #4F4F4F. Windows color (decimal): -14191870 or 160551. OLE color: 160551.

HSL color Cylindrical-coordinate representation of color #277302: hue angle of 100.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #277302 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB391152-
CMYK0.6600.980.55
HSL100.35º96.58%22.94%-
HSV(B)100.35º98.26%45.1%-
XYZ6.9812.72.14-
YUV79.3984.3299.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 115 (45.31% from 255) = 73.72%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=25%
G=73.72%
B=1.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3911520.6600.980.55100.3596.5822.94
Hex277324206237646117
Octal47163210201426714414127
Binary1001111110011101000010011000101101111100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277302; }

 p { color: rgb(39,115,2); }

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

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

 a { background-color: rgb(39,115,2); }

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

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

 span { border-color: rgb(39,115,2); }

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