#30840E

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

Shades of Bilbao #30840E

Tints of Bilbao #30840E

Color information

#30840E (or 0x30840E) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 0E. RGB value is (48,132,14). Sum of RGB (Red+Green+Blue) = 48+132+14=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #30840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30840E is #CF7BF1. Grayscale: #5D5D5D. Windows color (decimal): -13597682 or 951344. OLE color: 951344.

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

Color convert

RGB4813214-
CMYK0.6400.890.48
HSL102.71º80.82%28.63%-
HSV(B)102.71º89.39%51.76%-
XYZ9.5517.163.22-
YUV93.4383.1795.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 132 (51.95% from 255) = 68.04%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=24.74%
G=68.04%
B=7.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132140.6400.890.48102.7180.8228.63
Hex3084E400593067511d
Octal602041610001316014712135
Binary1100001000010011101000000010110011100001100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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