#2D751E

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

Shades of Bilbao #2D751E

Tints of Bilbao #2D751E

Color information

#2D751E (or 0x2D751E) is unknown color: approx Bilbao. HEX triplet: 2D, 75 and 1E. RGB value is (45,117,30). Sum of RGB (Red+Green+Blue) = 45+117+30=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #2D751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D751E is #D28AE1. Grayscale: #555555. Windows color (decimal): -13798114 or 1996077. OLE color: 1996077.

HSL color Cylindrical-coordinate representation of color #2D751E: hue angle of 109.66º degrees, saturation: 0.59, 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 #2D751E is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB4511730-
CMYK0.6200.740.54
HSL109.66º59.18%28.82%-
HSV(B)109.66º74.36%45.88%-
XYZ7.6813.373.41-
YUV85.5596.6599.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=23.44%
G=60.94%
B=15.62%

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
Decimal45117300.6200.740.54109.6659.1828.82
Hex2D751E3E04A366e3b1d
Octal5516536760112661567335
Binary10110111101011111011111001001010110110110111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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