#2D7017

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

Shades of Bilbao #2D7017

Tints of Bilbao #2D7017

Color information

#2D7017 (or 0x2D7017) is unknown color: approx Bilbao. HEX triplet: 2D, 70 and 17. RGB value is (45,112,23). Sum of RGB (Red+Green+Blue) = 45+112+23=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7017 is #D28FE8. Grayscale: #525252. Windows color (decimal): -13799401 or 1536045. OLE color: 1536045.

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

Color convert

RGB4511223-
CMYK0.6000.790.56
HSL105.17º65.93%26.47%-
HSV(B)105.17º79.46%43.92%-
XYZ7.0312.212.8-
YUV81.8294.8101.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=25%
G=62.22%
B=12.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112230.6000.790.56105.1765.9326.47
Hex2D70173C04F3869421a
Octal55160277401177015110232
Binary101101111000010111111100010011111110001101001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,23); }

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

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

 a { background-color: rgb(45,112,23); }

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

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

 span { border-color: rgb(45,112,23); }

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