#2B7710

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

Shades of Bilbao #2B7710

Tints of Bilbao #2B7710

Color information

#2B7710 (or 0x2B7710) is unknown color: approx Bilbao. HEX triplet: 2B, 77 and 10. RGB value is (43,119,16). Sum of RGB (Red+Green+Blue) = 43+119+16=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 119 (46.88% from 255 or 66.85% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7710 is #D488EF. Grayscale: #545454. Windows color (decimal): -13928688 or 1079083. OLE color: 1079083.

HSL color Cylindrical-coordinate representation of color #2B7710: hue angle of 104.27º 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 #2B7710 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB4311916-
CMYK0.6400.870.53
HSL104.27º76.3%26.47%-
HSV(B)104.27º86.55%46.67%-
XYZ7.6913.742.74-
YUV84.5389.3298.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 119 (46.88% from 255) = 66.85%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=24.16%
G=66.85%
B=8.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119160.6400.870.53104.2776.326.47
Hex2B77104005735684c1a
Octal531672010001276515011432
Binary1010111110111100001000000010101111101011101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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