#2D7A09

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

Shades of Bilbao #2D7A09

Tints of Bilbao #2D7A09

Color information

#2D7A09 (or 0x2D7A09) is unknown color: approx Bilbao. HEX triplet: 2D, 7A and 09. RGB value is (45,122,9). Sum of RGB (Red+Green+Blue) = 45+122+9=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 122 (48.05% from 255 or 69.32% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7A09 is #D285F6. Grayscale: #565656. Windows color (decimal): -13796855 or 621101. OLE color: 621101.

HSL color Cylindrical-coordinate representation of color #2D7A09: hue angle of 100.88º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D7A09 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB451229-
CMYK0.6300.930.52
HSL100.88º86.26%25.69%-
HSV(B)100.88º92.62%47.84%-
XYZ8.0914.52.63-
YUV86.0984.4998.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.57%
GREEN value IS 122 (48.05% from 255) = 69.32%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=25.57%
G=69.32%
B=5.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4512290.6300.930.52100.8886.2625.69
Hex2D7A93F05D3465561a
Octal55172117701356414512632
Binary10110111110101001111111010111011101001100101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,122,9); }

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

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

 a { background-color: rgb(45,122,9); }

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

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

 span { border-color: rgb(45,122,9); }

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