#2C741D

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

Shades of Bilbao #2C741D

Tints of Bilbao #2C741D

Color information

#2C741D (or 0x2C741D) is unknown color: approx Bilbao. HEX triplet: 2C, 74 and 1D. RGB value is (44,116,29). Sum of RGB (Red+Green+Blue) = 44+116+29=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #2C741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C741D is #D38BE2. Grayscale: #545454. Windows color (decimal): -13863907 or 1930284. OLE color: 1930284.

HSL color Cylindrical-coordinate representation of color #2C741D: hue angle of 109.66º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C741D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB4411629-
CMYK0.6200.750.55
HSL109.66º60%28.43%-
HSV(B)109.66º75%45.49%-
XYZ7.5113.113.3-
YUV84.5596.6599.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.28%
GREEN value IS 116 (45.70% from 255) = 61.38%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=23.28%
G=61.38%
B=15.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116290.6200.750.55109.666028.43
Hex2C741D3E04B376e3c1c
Octal5416435760113671567434
Binary10110011101001110111111001001011110111110111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,116,29); }

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

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

 a { background-color: rgb(44,116,29); }

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

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

 span { border-color: rgb(44,116,29); }

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