#30840A

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

Shades of Bilbao #30840A

Tints of Bilbao #30840A

Color information

#30840A (or 0x30840A) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 0A. RGB value is (48,132,10). Sum of RGB (Red+Green+Blue) = 48+132+10=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 132 (51.95% from 255 or 69.47% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 132 - color contains mainly: green. Hex color #30840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30840A is #CF7BF5. Grayscale: #5D5D5D. Windows color (decimal): -13597686 or 689200. OLE color: 689200.

HSL color Cylindrical-coordinate representation of color #30840A: hue angle of 101.31º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30840A is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB4813210-
CMYK0.6400.920.48
HSL101.31º85.92%27.84%-
HSV(B)101.31º92.42%51.76%-
XYZ9.5217.153.1-
YUV92.9881.1795.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 132 (51.95% from 255) = 69.47%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=25.26%
G=69.47%
B=5.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132100.6400.920.48101.3185.9227.84
Hex3084A4005C3065561c
Octal602041210001346014512634
Binary1100001000010010101000000010111001100001100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30840A; }

 p { color: rgb(48,132,10); }

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

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

 a { background-color: rgb(48,132,10); }

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

<style>
 span { border-color: #30840A; }

 span { border-color: rgb(48,132,10); }

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