#2D8414

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

Shades of Bilbao #2D8414

Tints of Bilbao #2D8414

Color information

#2D8414 (or 0x2D8414) is unknown color: approx Bilbao. HEX triplet: 2D, 84 and 14. RGB value is (45,132,20). Sum of RGB (Red+Green+Blue) = 45+132+20=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #2D8414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D8414 is #D27BEB. Grayscale: #5D5D5D. Windows color (decimal): -13794284 or 1344557. OLE color: 1344557.

HSL color Cylindrical-coordinate representation of color #2D8414: hue angle of 106.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D8414 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB4513220-
CMYK0.6600.850.48
HSL106.61º73.68%29.8%-
HSV(B)106.61º84.85%51.76%-
XYZ9.4617.113.47-
YUV93.2286.6893.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 132 (51.95% from 255) = 67.01%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=22.84%
G=67.01%
B=10.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45132200.6600.850.48106.6173.6829.8
Hex2D841442055306b4a1e
Octal552042410201256015311236
Binary10110110000100101001000010010101011100001101011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,132,20); }

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

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

 a { background-color: rgb(45,132,20); }

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

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

 span { border-color: rgb(45,132,20); }

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