#2D7706

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

Shades of Bilbao #2D7706

Tints of Bilbao #2D7706

Color information

#2D7706 (or 0x2D7706) is unknown color: approx Bilbao. HEX triplet: 2D, 77 and 06. RGB value is (45,119,6). Sum of RGB (Red+Green+Blue) = 45+119+6=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 119 (46.88% from 255 or 70% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7706 is #D288F9. Grayscale: #545454. Windows color (decimal): -13797626 or 423725. OLE color: 423725.

HSL color Cylindrical-coordinate representation of color #2D7706: hue angle of 99.29º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D7706 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB451196-
CMYK0.6200.950.53
HSL99.29º90.4%24.51%-
HSV(B)99.29º94.96%46.67%-
XYZ7.7113.762.42-
YUV83.9983.98100.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.47%
GREEN value IS 119 (46.88% from 255) = 70%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=26.47%
G=70%
B=3.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4511960.6200.950.5399.2990.424.51
Hex2D7763E05F35635a19
Octal5516767601376514313231
Binary1011011110111110111110010111111101011100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,119,6); }

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

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

 a { background-color: rgb(45,119,6); }

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

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

 span { border-color: rgb(45,119,6); }

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