#2B7301

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

Shades of Bilbao #2B7301

Tints of Bilbao #2B7301

Color information

#2B7301 (or 0x2B7301) is unknown color: approx Bilbao. HEX triplet: 2B, 73 and 01. RGB value is (43,115,1). Sum of RGB (Red+Green+Blue) = 43+115+1=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7301 is #D48CFE. Grayscale: #505050. Windows color (decimal): -13929727 or 95019. OLE color: 95019.

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

Color convert

RGB431151-
CMYK0.6300.990.55
HSL97.89º98.28%22.75%-
HSV(B)97.89º99.13%45.1%-
XYZ7.1312.782.12-
YUV80.4883.15101.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 115 (45.31% from 255) = 72.33%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=27.04%
G=72.33%
B=0.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4311510.6300.990.5597.8998.2822.75
Hex2B7313F06337626217
Octal5316317701436714214227
Binary10101111100111111111011000111101111100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,1); }

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

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

 a { background-color: rgb(43,115,1); }

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

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

 span { border-color: rgb(43,115,1); }

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