#2D7820

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

Shades of Bilbao #2D7820

Tints of Bilbao #2D7820

Color information

#2D7820 (or 0x2D7820) is unknown color: approx Bilbao. HEX triplet: 2D, 78 and 20. RGB value is (45,120,32). Sum of RGB (Red+Green+Blue) = 45+120+32=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #2D7820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7820 is #D287DF. Grayscale: #575757. Windows color (decimal): -13797344 or 2127917. OLE color: 2127917.

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

Color convert

RGB4512032-
CMYK0.6300.730.53
HSL111.14º57.89%29.8%-
HSV(B)111.14º73.33%47.06%-
XYZ8.0614.13.66-
YUV87.5496.6597.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=22.84%
G=60.91%
B=16.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45120320.6300.730.53111.1457.8929.8
Hex2D78203F049356f3a1e
Octal5517040770111651577236
Binary101101111100010000011111101001001110101110111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,120,32); }

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

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

 a { background-color: rgb(45,120,32); }

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

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

 span { border-color: rgb(45,120,32); }

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