#2B8201

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

Shades of Bilbao #2B8201

Tints of Bilbao #2B8201

Color information

#2B8201 (or 0x2B8201) is unknown color: approx Bilbao. HEX triplet: 2B, 82 and 01. RGB value is (43,130,1). Sum of RGB (Red+Green+Blue) = 43+130+1=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8201 is #D47DFE. Grayscale: #595959. Windows color (decimal): -13925887 or 98859. OLE color: 98859.

HSL color Cylindrical-coordinate representation of color #2B8201: hue angle of 100.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B8201 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB431301-
CMYK0.6700.990.49
HSL100.47º98.47%25.69%-
HSV(B)100.47º99.23%50.98%-
XYZ8.9816.482.74-
YUV89.2878.1894.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 130 (51.17% from 255) = 74.71%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=24.71%
G=74.71%
B=0.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4313010.6700.990.49100.4798.4725.69
Hex2B821430633164621a
Octal53202110301436114414232
Binary1010111000001011000011011000111100011100100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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