#2C7A15

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

Shades of Bilbao #2C7A15

Tints of Bilbao #2C7A15

Color information

#2C7A15 (or 0x2C7A15) is unknown color: approx Bilbao. HEX triplet: 2C, 7A and 15. RGB value is (44,122,21). Sum of RGB (Red+Green+Blue) = 44+122+21=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7A15 is #D385EA. Grayscale: #575757. Windows color (decimal): -13862379 or 1407532. OLE color: 1407532.

HSL color Cylindrical-coordinate representation of color #2C7A15: hue angle of 106.34º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C7A15 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB4412221-
CMYK0.6400.830.52
HSL106.34º70.63%28.04%-
HSV(B)106.34º82.79%47.84%-
XYZ8.1314.513.08-
YUV87.1690.6697.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 122 (48.05% from 255) = 65.24%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=23.53%
G=65.24%
B=11.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44122210.6400.830.52106.3470.6328.04
Hex2C7A1540053346a471c
Octal541722510001236415210734
Binary1011001111010101011000000010100111101001101010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,122,21); }

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

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

 a { background-color: rgb(44,122,21); }

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

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

 span { border-color: rgb(44,122,21); }

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