#2D7913

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

Shades of Bilbao #2D7913

Tints of Bilbao #2D7913

Color information

#2D7913 (or 0x2D7913) is unknown color: approx Bilbao. HEX triplet: 2D, 79 and 13. RGB value is (45,121,19). Sum of RGB (Red+Green+Blue) = 45+121+19=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 121 (47.66% from 255 or 65.41% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D7913 is #D286EC. Grayscale: #565656. Windows color (decimal): -13797101 or 1276205. OLE color: 1276205.

HSL color Cylindrical-coordinate representation of color #2D7913: hue angle of 104.71º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D7913 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB4512119-
CMYK0.6300.840.53
HSL104.71º72.86%27.45%-
HSV(B)104.71º84.3%47.45%-
XYZ8.0414.282.95-
YUV86.6589.8298.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.32%
GREEN value IS 121 (47.66% from 255) = 65.41%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=24.32%
G=65.41%
B=10.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45121190.6300.840.53104.7172.8627.45
Hex2D79133F0543569491b
Octal55171237701246515111133
Binary101101111100110011111111010101001101011101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,121,19); }

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

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

 a { background-color: rgb(45,121,19); }

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

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

 span { border-color: rgb(45,121,19); }

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