#2D751F

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

Shades of Bilbao #2D751F

Tints of Bilbao #2D751F

Color information

#2D751F (or 0x2D751F) is unknown color: approx Bilbao. HEX triplet: 2D, 75 and 1F. RGB value is (45,117,31). Sum of RGB (Red+Green+Blue) = 45+117+31=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #2D751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D751F is #D28AE0. Grayscale: #555555. Windows color (decimal): -13798113 or 2061613. OLE color: 2061613.

HSL color Cylindrical-coordinate representation of color #2D751F: hue angle of 110.23º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D751F is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB4511731-
CMYK0.6200.740.54
HSL110.23º58.11%29.02%-
HSV(B)110.23º73.5%45.88%-
XYZ7.6913.383.47-
YUV85.6797.1598.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 117 (46.09% from 255) = 60.62%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=23.32%
G=60.62%
B=16.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45117310.6200.740.54110.2358.1129.02
Hex2D751F3E04A366e3a1d
Octal5516537760112661567235
Binary10110111101011111111111001001010110110110111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D751F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,117,31); }

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

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

 a { background-color: rgb(45,117,31); }

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

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

 span { border-color: rgb(45,117,31); }

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