#2D7201

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

Shades of Bilbao #2D7201

Tints of Bilbao #2D7201

Color information

#2D7201 (or 0x2D7201) is unknown color: approx Bilbao. HEX triplet: 2D, 72 and 01. RGB value is (45,114,1). Sum of RGB (Red+Green+Blue) = 45+114+1=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #2D7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7201 is #D28DFE. Grayscale: #505050. Windows color (decimal): -13798911 or 94765. OLE color: 94765.

HSL color Cylindrical-coordinate representation of color #2D7201: hue angle of 96.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D7201 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB451141-
CMYK0.6100.990.55
HSL96.64º98.26%22.55%-
HSV(B)96.64º99.12%44.71%-
XYZ7.112.592.09-
YUV80.4983.14102.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 114 (44.92% from 255) = 71.25%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=28.12%
G=71.25%
B=0.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4511410.6100.990.5596.6498.2622.55
Hex2D7213D06337616217
Octal5516217501436714114227
Binary10110111100101111101011000111101111100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,114,1); }

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

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

 a { background-color: rgb(45,114,1); }

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

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

 span { border-color: rgb(45,114,1); }

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