#2C620B

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

Shades of Bilbao #2C620B

Tints of Bilbao #2C620B

Color information

#2C620B (or 0x2C620B) is unknown color: approx Bilbao. HEX triplet: 2C, 62 and 0B. RGB value is (44,98,11). Sum of RGB (Red+Green+Blue) = 44+98+11=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #2C620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C620B is #D39DF4. Grayscale: #484848. Windows color (decimal): -13868533 or 746028. OLE color: 746028.

HSL color Cylindrical-coordinate representation of color #2C620B: hue angle of 97.24º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C620B is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB449811-
CMYK0.5500.890.62
HSL97.24º79.82%21.37%-
HSV(B)97.24º88.78%38.43%-
XYZ5.479.31.82-
YUV71.9493.61108.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.76%
GREEN value IS 98 (38.67% from 255) = 64.05%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=28.76%
G=64.05%
B=7.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4498110.5500.890.6297.2479.8221.37
Hex2C62B370593E615015
Octal54142136701317614112025
Binary10110011000101011110111010110011111101100001101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,98,11); }

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

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

 a { background-color: rgb(44,98,11); }

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

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

 span { border-color: rgb(44,98,11); }

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