#2D7120

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

Shades of Bilbao #2D7120

Tints of Bilbao #2D7120

Color information

#2D7120 (or 0x2D7120) is unknown color: approx Bilbao. HEX triplet: 2D, 71 and 20. RGB value is (45,113,32). Sum of RGB (Red+Green+Blue) = 45+113+32=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #2D7120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7120 is #D28EDF. Grayscale: #535353. Windows color (decimal): -13799136 or 2126125. OLE color: 2126125.

HSL color Cylindrical-coordinate representation of color #2D7120: hue angle of 110.37º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D7120 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB4511332-
CMYK0.6000.720.56
HSL110.37º55.86%28.43%-
HSV(B)110.37º71.68%44.31%-
XYZ7.2512.473.39-
YUV83.4398.97100.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 113 (44.53% from 255) = 59.47%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=23.68%
G=59.47%
B=16.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45113320.6000.720.56110.3755.8628.43
Hex2D71203C048386e381c
Octal5516140740110701567034
Binary101101111000110000011110001001000111000110111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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