#2C6A18

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

Shades of Bilbao #2C6A18

Tints of Bilbao #2C6A18

Color information

#2C6A18 (or 0x2C6A18) is unknown color: approx Bilbao. HEX triplet: 2C, 6A and 18. RGB value is (44,106,24). Sum of RGB (Red+Green+Blue) = 44+106+24=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6A18 is #D395E7. Grayscale: #4E4E4E. Windows color (decimal): -13866472 or 1600044. OLE color: 1600044.

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

Color convert

RGB4410624-
CMYK0.5800.770.58
HSL105.37º63.08%25.49%-
HSV(B)105.37º77.36%41.57%-
XYZ6.3610.912.63-
YUV78.1197.46103.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 106 (41.80% from 255) = 60.92%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=25.29%
G=60.92%
B=13.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44106240.5800.770.58105.3763.0825.49
Hex2C6A183A04D3A693f19
Octal5415230720115721517731
Binary10110011010101100011101001001101111010110100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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