#2C6A00

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

Shades of Bilbao #2C6A00

Tints of Bilbao #2C6A00

Color information

#2C6A00 (or 0x2C6A00) is unknown color: approx Bilbao. HEX triplet: 2C, 6A and 00. RGB value is (44,106,0). Sum of RGB (Red+Green+Blue) = 44+106+0=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 106 (41.80% from 255 or 70.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6A00 is #D395FF. Grayscale: #4B4B4B. Windows color (decimal): -13866496 or 27180. OLE color: 27180.

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

Color convert

RGB441060-
CMYK0.58010.58
HSL95.09º100%20.78%-
HSV(B)95.09º100%41.57%-
XYZ6.1910.841.77-
YUV75.3885.46105.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.33%
GREEN value IS 106 (41.80% from 255) = 70.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.33%
G=70.67%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4410600.58010.5895.0910020.78
Hex2C6A03A0643A5f6415
Octal5415207201447213714425
Binary10110011010100111010011001001110101011111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,106,0); }

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

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

 a { background-color: rgb(44,106,0); }

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

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

 span { border-color: rgb(44,106,0); }

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