#2C7710

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

Shades of Bilbao #2C7710

Tints of Bilbao #2C7710

Color information

#2C7710 (or 0x2C7710) is unknown color: approx Bilbao. HEX triplet: 2C, 77 and 10. RGB value is (44,119,16). Sum of RGB (Red+Green+Blue) = 44+119+16=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 119 (46.88% from 255 or 66.48% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7710 is #D388EF. Grayscale: #555555. Windows color (decimal): -13863152 or 1079084. OLE color: 1079084.

HSL color Cylindrical-coordinate representation of color #2C7710: hue angle of 103.69º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C7710 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB4411916-
CMYK0.6300.870.53
HSL103.69º76.3%26.47%-
HSV(B)103.69º86.55%46.67%-
XYZ7.7313.772.74-
YUV84.8389.1598.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 119 (46.88% from 255) = 66.48%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=24.58%
G=66.48%
B=8.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119160.6300.870.53103.6976.326.47
Hex2C77103F05735684c1a
Octal54167207701276515011432
Binary101100111011110000111111010101111101011101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C7710; }

 p { color: rgb(44,119,16); }

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

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

 a { background-color: rgb(44,119,16); }

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

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

 span { border-color: rgb(44,119,16); }

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