#2D710F

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

Shades of Bilbao #2D710F

Tints of Bilbao #2D710F

Color information

#2D710F (or 0x2D710F) is unknown color: approx Bilbao. HEX triplet: 2D, 71 and 0F. RGB value is (45,113,15). Sum of RGB (Red+Green+Blue) = 45+113+15=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #2D710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D710F is #D28EF0. Grayscale: #515151. Windows color (decimal): -13799153 or 1012013. OLE color: 1012013.

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

Color convert

RGB4511315-
CMYK0.6000.870.56
HSL101.63º76.56%25.1%-
HSV(B)101.63º86.73%44.31%-
XYZ7.0712.42.47-
YUV81.590.47101.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.01%
GREEN value IS 113 (44.53% from 255) = 65.32%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=26.01%
G=65.32%
B=8.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45113150.6000.870.56101.6376.5625.1
Hex2D71F3C05738664d19
Octal55161177401277014611531
Binary10110111100011111111100010101111110001100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,113,15); }

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

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

 a { background-color: rgb(45,113,15); }

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

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

 span { border-color: rgb(45,113,15); }

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