#2C6802

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

Shades of Bilbao #2C6802

Tints of Bilbao #2C6802

Color information

#2C6802 (or 0x2C6802) is unknown color: approx Bilbao. HEX triplet: 2C, 68 and 02. RGB value is (44,104,2). Sum of RGB (Red+Green+Blue) = 44+104+2=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6802 is #D397FD. Grayscale: #4A4A4A. Windows color (decimal): -13867006 or 157740. OLE color: 157740.

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

Color convert

RGB441042-
CMYK0.5800.980.59
HSL95.29º96.23%20.78%-
HSV(B)95.29º98.08%40.78%-
XYZ610.441.76-
YUV74.4387.12106.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.33%
GREEN value IS 104 (41.02% from 255) = 69.33%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=29.33%
G=69.33%
B=1.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4410420.5800.980.5995.2996.2320.78
Hex2C6823A0623B5f6015
Octal5415027201427313714025
Binary101100110100010111010011000101110111011111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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