#2D6308

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

Shades of Bilbao #2D6308

Tints of Bilbao #2D6308

Color information

#2D6308 (or 0x2D6308) is unknown color: approx Bilbao. HEX triplet: 2D, 63 and 08. RGB value is (45,99,8). Sum of RGB (Red+Green+Blue) = 45+99+8=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D6308 is #D29CF7. Grayscale: #484848. Windows color (decimal): -13802744 or 549677. OLE color: 549677.

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

Color convert

RGB45998-
CMYK0.5500.920.61
HSL95.6º85.05%20.98%-
HSV(B)95.6º91.92%38.82%-
XYZ5.599.51.77-
YUV72.4891.61108.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.61%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=29.61%
G=65.13%
B=5.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal459980.5500.920.6195.685.0520.98
Hex2D6383705C3D605515
Octal55143106701347514012525
Binary10110111000111000110111010111001111011100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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