#2C8201

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

Shades of Bilbao #2C8201

Tints of Bilbao #2C8201

Color information

#2C8201 (or 0x2C8201) is unknown color: approx Bilbao. HEX triplet: 2C, 82 and 01. RGB value is (44,130,1). Sum of RGB (Red+Green+Blue) = 44+130+1=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8201 is #D37DFE. Grayscale: #5A5A5A. Windows color (decimal): -13860351 or 98860. OLE color: 98860.

HSL color Cylindrical-coordinate representation of color #2C8201: hue angle of 100º 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 #2C8201 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB441301-
CMYK0.6600.990.49
HSL100º98.47%25.69%-
HSV(B)100º99.23%50.98%-
XYZ9.0316.52.74-
YUV89.5878.0195.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.14%
GREEN value IS 130 (51.17% from 255) = 74.29%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=25.14%
G=74.29%
B=0.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4413010.6600.990.4910098.4725.69
Hex2C821420633164621a
Octal54202110201436114414232
Binary1011001000001011000010011000111100011100100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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