#30741B

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

Shades of Bilbao #30741B

Tints of Bilbao #30741B

Color information

#30741B (or 0x30741B) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 1B. RGB value is (48,116,27). Sum of RGB (Red+Green+Blue) = 48+116+27=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #30741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30741B is #CF8BE4. Grayscale: #555555. Windows color (decimal): -13601765 or 1799216. OLE color: 1799216.

HSL color Cylindrical-coordinate representation of color #30741B: hue angle of 105.84º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30741B is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB4811627-
CMYK0.5900.770.55
HSL105.84º62.24%28.04%-
HSV(B)105.84º76.72%45.49%-
XYZ7.6613.23.18-
YUV85.5294.97101.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 116 (45.70% from 255) = 60.73%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=25.13%
G=60.73%
B=14.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116270.5900.770.55105.8462.2428.04
Hex30741B3B04D376a3e1c
Octal6016433730115671527634
Binary11000011101001101111101101001101110111110101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30741B; }

 p { color: rgb(48,116,27); }

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

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

 a { background-color: rgb(48,116,27); }

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

<style>
 span { border-color: #30741B; }

 span { border-color: rgb(48,116,27); }

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