#2C740F

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

Shades of Bilbao #2C740F

Tints of Bilbao #2C740F

Color information

#2C740F (or 0x2C740F) is unknown color: approx Bilbao. HEX triplet: 2C, 74 and 0F. RGB value is (44,116,15). Sum of RGB (Red+Green+Blue) = 44+116+15=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #2C740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C740F is #D38BF0. Grayscale: #535353. Windows color (decimal): -13863921 or 1012780. OLE color: 1012780.

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

Color convert

RGB4411615-
CMYK0.6200.870.55
HSL102.77º77.1%25.69%-
HSV(B)102.77º87.07%45.49%-
XYZ7.3713.062.58-
YUV82.9689.65100.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.14%
GREEN value IS 116 (45.70% from 255) = 66.29%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=25.14%
G=66.29%
B=8.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116150.6200.870.55102.7777.125.69
Hex2C74F3E05737674d1a
Octal54164177601276714711532
Binary10110011101001111111110010101111101111100111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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