#2C6919

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

Shades of Bilbao #2C6919

Tints of Bilbao #2C6919

Color information

#2C6919 (or 0x2C6919) is unknown color: approx Bilbao. HEX triplet: 2C, 69 and 19. RGB value is (44,105,25). Sum of RGB (Red+Green+Blue) = 44+105+25=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6919 is #D396E6. Grayscale: #4D4D4D. Windows color (decimal): -13866727 or 1665324. OLE color: 1665324.

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

Color convert

RGB4410525-
CMYK0.5800.760.59
HSL105.75º61.54%25.49%-
HSV(B)105.75º76.19%41.18%-
XYZ6.2710.712.66-
YUV77.6498.29104-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 105 (41.41% from 255) = 60.34%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=25.29%
G=60.34%
B=14.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44105250.5800.760.59105.7561.5425.49
Hex2C69193A04C3B6a3e19
Octal5415131720114731527631
Binary10110011010011100111101001001100111011110101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,105,25); }

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

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

 a { background-color: rgb(44,105,25); }

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

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

 span { border-color: rgb(44,105,25); }

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