#2D6310

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

Shades of Bilbao #2D6310

Tints of Bilbao #2D6310

Color information

#2D6310 (or 0x2D6310) is unknown color: approx Bilbao. HEX triplet: 2D, 63 and 10. RGB value is (45,99,16). Sum of RGB (Red+Green+Blue) = 45+99+16=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6310 is #D29CEF. Grayscale: #494949. Windows color (decimal): -13802736 or 1073965. OLE color: 1073965.

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

Color convert

RGB459916-
CMYK0.5500.840.61
HSL99.04º72.17%22.55%-
HSV(B)99.04º83.84%38.82%-
XYZ5.649.522.03-
YUV73.3995.61107.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 99 (39.06% from 255) = 61.88%
BLUE value IS 16 (6.64% from 255) = 10%
R=28.12%
G=61.88%
B=10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4599160.5500.840.6199.0472.1722.55
Hex2D6310370543D634817
Octal55143206701247514311027
Binary101101110001110000110111010101001111011100011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,16); }

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

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

 a { background-color: rgb(45,99,16); }

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

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

 span { border-color: rgb(45,99,16); }

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