#2D760E

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

Shades of Bilbao #2D760E

Tints of Bilbao #2D760E

Color information

#2D760E (or 0x2D760E) is unknown color: approx Bilbao. HEX triplet: 2D, 76 and 0E. RGB value is (45,118,14). Sum of RGB (Red+Green+Blue) = 45+118+14=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #2D760E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D760E is #D289F1. Grayscale: #545454. Windows color (decimal): -13797874 or 947757. OLE color: 947757.

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

Color convert

RGB4511814-
CMYK0.6200.880.54
HSL102.12º78.79%25.88%-
HSV(B)102.12º88.14%46.27%-
XYZ7.6413.552.63-
YUV84.3288.3299.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.42%
GREEN value IS 118 (46.48% from 255) = 66.67%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=25.42%
G=66.67%
B=7.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45118140.6200.880.54102.1278.7925.88
Hex2D76E3E05836664f1a
Octal55166167601306614611732
Binary10110111101101110111110010110001101101100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,118,14); }

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

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

 a { background-color: rgb(45,118,14); }

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

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

 span { border-color: rgb(45,118,14); }

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