#30751a

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

Shades of Bilbao #30751A

Tints of Bilbao #30751A

Color information

#30751A (or 0x30751A) is unknown color: approx Bilbao. HEX triplet: 30, 75 and 1A. RGB value is (48,117,26). Sum of RGB (Red+Green+Blue) = 48+117+26=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #30751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30751A is #CF8AE5. Grayscale: #565656. Windows color (decimal): -13601510 or 1733936. OLE color: 1733936.

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

Color convert

RGB4811726-
CMYK0.5900.780.54
HSL105.49º63.64%28.04%-
HSV(B)105.49º77.78%45.88%-
XYZ7.7713.433.16-
YUV8694.14100.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 117 (46.09% from 255) = 61.26%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=25.13%
G=61.26%
B=13.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117260.5900.780.54105.4963.6428.04
Hex30751A3B04E3669401c
Octal60165327301166615110034
Binary110000111010111010111011010011101101101101001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30751a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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