#30751E

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

Shades of Bilbao #30751E

Tints of Bilbao #30751E

Color information

#30751E (or 0x30751E) is unknown color: approx Bilbao. HEX triplet: 30, 75 and 1E. RGB value is (48,117,30). Sum of RGB (Red+Green+Blue) = 48+117+30=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #30751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30751E is #CF8AE1. Grayscale: #565656. Windows color (decimal): -13601506 or 1996080. OLE color: 1996080.

HSL color Cylindrical-coordinate representation of color #30751E: hue angle of 107.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30751E is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB4811730-
CMYK0.5900.740.54
HSL107.59º59.18%28.82%-
HSV(B)107.59º74.36%45.88%-
XYZ7.8113.443.41-
YUV86.4596.14100.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 117 (46.09% from 255) = 60%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=24.62%
G=60%
B=15.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117300.5900.740.54107.5959.1828.82
Hex30751E3B04A366c3b1d
Octal6016536730112661547335
Binary11000011101011111011101101001010110110110110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30751E; }

 p { color: rgb(48,117,30); }

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

<style>
 a { background-color: #30751E; }

 a { background-color: rgb(48,117,30); }

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

<style>
 span { border-color: #30751E; }

 span { border-color: rgb(48,117,30); }

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