#2c781e

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

Shades of Bilbao #2C781E

Tints of Bilbao #2C781E

Color information

#2C781E (or 0x2C781E) is unknown color: approx Bilbao. HEX triplet: 2C, 78 and 1E. RGB value is (44,120,30). Sum of RGB (Red+Green+Blue) = 44+120+30=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #2C781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C781E is #D387E1. Grayscale: #575757. Windows color (decimal): -13862882 or 1996844. OLE color: 1996844.

HSL color Cylindrical-coordinate representation of color #2C781E: hue angle of 110.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C781E is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB4412030-
CMYK0.6300.750.53
HSL110.67º60%29.41%-
HSV(B)110.67º75%47.06%-
XYZ7.9914.063.52-
YUV87.0295.8297.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=22.68%
G=61.86%
B=15.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120300.6300.750.53110.676029.41
Hex2C781E3F04B356f3c1d
Octal5417036770113651577435
Binary10110011110001111011111101001011110101110111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c781e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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