#2D6600

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

Shades of Bilbao #2D6600

Tints of Bilbao #2D6600

Color information

#2D6600 (or 0x2D6600) is unknown color: approx Bilbao. HEX triplet: 2D, 66 and 00. RGB value is (45,102,0). Sum of RGB (Red+Green+Blue) = 45+102+0=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #2D6600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6600 is #D299FF. Grayscale: #494949. Windows color (decimal): -13801984 or 26157. OLE color: 26157.

HSL color Cylindrical-coordinate representation of color #2D6600: hue angle of 93.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D6600 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB451020-
CMYK0.56010.6
HSL93.53º100%20%-
HSV(B)93.53º100%40%-
XYZ5.8310.061.63-
YUV73.3386.62107.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.61%
GREEN value IS 102 (40.23% from 255) = 69.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.61%
G=69.39%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4510200.56010.693.5310020
Hex2D660380643C5e6414
Octal5514607001447413614424
Binary10110111001100111000011001001111001011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,102,0); }

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

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

 a { background-color: rgb(45,102,0); }

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

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

 span { border-color: rgb(45,102,0); }

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