#30701C

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

Shades of Bilbao #30701C

Tints of Bilbao #30701C

Color information

#30701C (or 0x30701C) is unknown color: approx Bilbao. HEX triplet: 30, 70 and 1C. RGB value is (48,112,28). Sum of RGB (Red+Green+Blue) = 48+112+28=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #30701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30701C is #CF8FE3. Grayscale: #535353. Windows color (decimal): -13602788 or 1863728. OLE color: 1863728.

HSL color Cylindrical-coordinate representation of color #30701C: hue angle of 105.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30701C is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB4811228-
CMYK0.5700.750.56
HSL105.71º60%27.45%-
HSV(B)105.71º75%43.92%-
XYZ7.2212.33.09-
YUV83.2996.8102.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 112 (44.14% from 255) = 59.57%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=25.53%
G=59.57%
B=14.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112280.5700.750.56105.716027.45
Hex30701C3904B386a3c1b
Octal6016034710113701527433
Binary11000011100001110011100101001011111000110101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30701C; }

 p { color: rgb(48,112,28); }

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

<style>
 a { background-color: #30701C; }

 a { background-color: rgb(48,112,28); }

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

<style>
 span { border-color: #30701C; }

 span { border-color: rgb(48,112,28); }

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