#30850C

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

Shades of Bilbao #30850C

Tints of Bilbao #30850C

Color information

#30850C (or 0x30850C) is unknown color: approx Bilbao. HEX triplet: 30, 85 and 0C. RGB value is (48,133,12). Sum of RGB (Red+Green+Blue) = 48+133+12=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #30850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30850C is #CF7AF3. Grayscale: #5E5E5E. Windows color (decimal): -13597428 or 820528. OLE color: 820528.

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

Color convert

RGB4813312-
CMYK0.6400.910.48
HSL102.15º83.45%28.43%-
HSV(B)102.15º90.98%52.16%-
XYZ9.6717.433.2-
YUV93.7981.8495.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 133 (52.34% from 255) = 68.91%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=24.87%
G=68.91%
B=6.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133120.6400.910.48102.1583.4528.43
Hex3085C4005B3066531c
Octal602051410001336014612334
Binary1100001000010111001000000010110111100001100110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,133,12); }

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

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

 a { background-color: rgb(48,133,12); }

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

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

 span { border-color: rgb(48,133,12); }

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