#2D740A

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

Shades of Bilbao #2D740A

Tints of Bilbao #2D740A

Color information

#2D740A (or 0x2D740A) is unknown color: approx Bilbao. HEX triplet: 2D, 74 and 0A. RGB value is (45,116,10). Sum of RGB (Red+Green+Blue) = 45+116+10=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #2D740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D740A is #D28BF5. Grayscale: #535353. Windows color (decimal): -13798390 or 685101. OLE color: 685101.

HSL color Cylindrical-coordinate representation of color #2D740A: hue angle of 100.19º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D740A is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB4511610-
CMYK0.6100.910.55
HSL100.19º84.13%24.71%-
HSV(B)100.19º91.38%45.49%-
XYZ7.3813.072.42-
YUV82.6986.98101.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.32%
GREEN value IS 116 (45.70% from 255) = 67.84%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=26.32%
G=67.84%
B=5.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45116100.6100.910.55100.1984.1324.71
Hex2D74A3D05B37645419
Octal55164127501336714412431
Binary10110111101001010111101010110111101111100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,116,10); }

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

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

 a { background-color: rgb(45,116,10); }

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

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

 span { border-color: rgb(45,116,10); }

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