#2B720E

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

Shades of Bilbao #2B720E

Tints of Bilbao #2B720E

Color information

#2B720E (or 0x2B720E) is unknown color: approx Bilbao. HEX triplet: 2B, 72 and 0E. RGB value is (43,114,14). Sum of RGB (Red+Green+Blue) = 43+114+14=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #2B720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B720E is #D48DF1. Grayscale: #515151. Windows color (decimal): -13929970 or 946731. OLE color: 946731.

HSL color Cylindrical-coordinate representation of color #2B720E: hue angle of 102.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B720E is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB4311414-
CMYK0.6200.880.55
HSL102.6º78.12%25.1%-
HSV(B)102.6º87.72%44.71%-
XYZ7.0912.582.47-
YUV81.3789.98100.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 114 (44.92% from 255) = 66.67%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=25.15%
G=66.67%
B=8.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114140.6200.880.55102.678.1225.1
Hex2B72E3E05837674e19
Octal53162167601306714711631
Binary10101111100101110111110010110001101111100111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,14); }

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

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

 a { background-color: rgb(43,114,14); }

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

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

 span { border-color: rgb(43,114,14); }

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