#2D630F

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

Shades of Bilbao #2D630F

Tints of Bilbao #2D630F

Color information

#2D630F (or 0x2D630F) is unknown color: approx Bilbao. HEX triplet: 2D, 63 and 0F. RGB value is (45,99,15). Sum of RGB (Red+Green+Blue) = 45+99+15=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #2D630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D630F is #D29CF0. Grayscale: #494949. Windows color (decimal): -13802737 or 1008429. OLE color: 1008429.

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

Color convert

RGB459915-
CMYK0.5500.850.61
HSL98.57º73.68%22.35%-
HSV(B)98.57º84.85%38.82%-
XYZ5.639.521.99-
YUV73.2895.11107.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 99 (39.06% from 255) = 62.26%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=28.30%
G=62.26%
B=9.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4599150.5500.850.6198.5773.6822.35
Hex2D63F370553D634a16
Octal55143176701257514311226
Binary10110111000111111110111010101011111011100011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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