#2C6805

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

Shades of Bilbao #2C6805

Tints of Bilbao #2C6805

Color information

#2C6805 (or 0x2C6805) is unknown color: approx Bilbao. HEX triplet: 2C, 68 and 05. RGB value is (44,104,5). Sum of RGB (Red+Green+Blue) = 44+104+5=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6805 is #D397FA. Grayscale: #4B4B4B. Windows color (decimal): -13867003 or 354348. OLE color: 354348.

HSL color Cylindrical-coordinate representation of color #2C6805: hue angle of 96.36º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C6805 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB441045-
CMYK0.5800.950.59
HSL96.36º90.83%21.37%-
HSV(B)96.36º95.19%40.78%-
XYZ6.0210.451.84-
YUV74.7788.62106.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.76%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=28.76%
G=67.97%
B=3.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4410450.5800.950.5996.3690.8321.37
Hex2C6853A05F3B605b15
Octal5415057201377314013325
Binary1011001101000101111010010111111110111100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,5); }

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

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

 a { background-color: rgb(44,104,5); }

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

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

 span { border-color: rgb(44,104,5); }

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