#2C730E

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

Shades of Bilbao #2C730E

Tints of Bilbao #2C730E

Color information

#2C730E (or 0x2C730E) is unknown color: approx Bilbao. HEX triplet: 2C, 73 and 0E. RGB value is (44,115,14). Sum of RGB (Red+Green+Blue) = 44+115+14=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #2C730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C730E is #D38CF1. Grayscale: #525252. Windows color (decimal): -13864178 or 946988. OLE color: 946988.

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

Color convert

RGB4411514-
CMYK0.6200.880.55
HSL102.18º78.29%25.29%-
HSV(B)102.18º87.83%45.1%-
XYZ7.2512.832.51-
YUV82.2689.48100.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 115 (45.31% from 255) = 66.47%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=25.43%
G=66.47%
B=8.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44115140.6200.880.55102.1878.2925.29
Hex2C73E3E05837664e19
Octal54163167601306714611631
Binary10110011100111110111110010110001101111100110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,14); }

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

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

 a { background-color: rgb(44,115,14); }

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

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

 span { border-color: rgb(44,115,14); }

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