#2C780F

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

Shades of Bilbao #2C780F

Tints of Bilbao #2C780F

Color information

#2C780F (or 0x2C780F) is unknown color: approx Bilbao. HEX triplet: 2C, 78 and 0F. RGB value is (44,120,15). Sum of RGB (Red+Green+Blue) = 44+120+15=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 120 (47.27% from 255 or 67.04% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 120 - color contains mainly: green. Hex color #2C780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C780F is #D387F0. Grayscale: #555555. Windows color (decimal): -13862897 or 1013804. OLE color: 1013804.

HSL color Cylindrical-coordinate representation of color #2C780F: hue angle of 103.43º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C780F is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB4412015-
CMYK0.6300.870.53
HSL103.43º77.78%26.47%-
HSV(B)103.43º87.5%47.06%-
XYZ7.84142.74-
YUV85.3188.3298.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 120 (47.27% from 255) = 67.04%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=24.58%
G=67.04%
B=8.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120150.6300.870.53103.4377.7826.47
Hex2C78F3F05735674e1a
Octal54170177701276514711632
Binary10110011110001111111111010101111101011100111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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