#2D750D

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

Shades of Bilbao #2D750D

Tints of Bilbao #2D750D

Color information

#2D750D (or 0x2D750D) is unknown color: approx Bilbao. HEX triplet: 2D, 75 and 0D. RGB value is (45,117,13). Sum of RGB (Red+Green+Blue) = 45+117+13=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #2D750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D750D is #D28AF2. Grayscale: #535353. Windows color (decimal): -13798131 or 881965. OLE color: 881965.

HSL color Cylindrical-coordinate representation of color #2D750D: hue angle of 101.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D750D is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB4511713-
CMYK0.6200.890.54
HSL101.54º80%25.49%-
HSV(B)101.54º88.89%45.88%-
XYZ7.5213.312.55-
YUV83.6288.15100.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=25.71%
G=66.86%
B=7.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45117130.6200.890.54101.548025.49
Hex2D75D3E05936665019
Octal55165157601316614612031
Binary10110111101011101111110010110011101101100110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,117,13); }

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

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

 a { background-color: rgb(45,117,13); }

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

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

 span { border-color: rgb(45,117,13); }

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