#2C701E

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

Shades of Bilbao #2C701E

Tints of Bilbao #2C701E

Color information

#2C701E (or 0x2C701E) is unknown color: approx Bilbao. HEX triplet: 2C, 70 and 1E. RGB value is (44,112,30). Sum of RGB (Red+Green+Blue) = 44+112+30=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #2C701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C701E is #D38FE1. Grayscale: #525252. Windows color (decimal): -13864930 or 1994796. OLE color: 1994796.

HSL color Cylindrical-coordinate representation of color #2C701E: hue angle of 109.76º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C701E is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB4411230-
CMYK0.6100.730.56
HSL109.76º57.75%27.84%-
HSV(B)109.76º73.21%43.92%-
XYZ7.0712.223.21-
YUV82.3298.47100.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.66%
GREEN value IS 112 (44.14% from 255) = 60.22%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=23.66%
G=60.22%
B=16.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44112300.6100.730.56109.7657.7527.84
Hex2C701E3D049386e3a1c
Octal5416036750111701567234
Binary10110011100001111011110101001001111000110111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,112,30); }

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

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

 a { background-color: rgb(44,112,30); }

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

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

 span { border-color: rgb(44,112,30); }

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