#2B7514

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

Shades of Bilbao #2B7514

Tints of Bilbao #2B7514

Color information

#2B7514 (or 0x2B7514) is unknown color: approx Bilbao. HEX triplet: 2B, 75 and 14. RGB value is (43,117,20). Sum of RGB (Red+Green+Blue) = 43+117+20=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7514 is #D48AEB. Grayscale: #545454. Windows color (decimal): -13929196 or 1340715. OLE color: 1340715.

HSL color Cylindrical-coordinate representation of color #2B7514: hue angle of 105.77º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B7514 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB4311720-
CMYK0.6300.830.54
HSL105.77º70.8%26.86%-
HSV(B)105.77º82.91%45.88%-
XYZ7.4813.292.83-
YUV83.8291.9898.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.89%
GREEN value IS 117 (46.09% from 255) = 65%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=23.89%
G=65%
B=11.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117200.6300.830.54105.7770.826.86
Hex2B75143F053366a471b
Octal53165247701236615210733
Binary101011111010110100111111010100111101101101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,20); }

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

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

 a { background-color: rgb(43,117,20); }

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

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

 span { border-color: rgb(43,117,20); }

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