#30800F

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

Shades of Bilbao #30800F

Tints of Bilbao #30800F

Color information

#30800F (or 0x30800F) is unknown color: approx Bilbao. HEX triplet: 30, 80 and 0F. RGB value is (48,128,15). Sum of RGB (Red+Green+Blue) = 48+128+15=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 128 (50.39% from 255 or 67.02% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 128 - color contains mainly: green. Hex color #30800F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30800F is #CF7FF0. Grayscale: #5B5B5B. Windows color (decimal): -13598705 or 1015856. OLE color: 1015856.

HSL color Cylindrical-coordinate representation of color #30800F: hue angle of 102.48º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30800F is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB4812815-
CMYK0.6200.880.50
HSL102.48º79.02%28.04%-
HSV(B)102.48º88.28%50.2%-
XYZ9.0216.13.08-
YUV91.28597.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 128 (50.39% from 255) = 67.02%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=25.13%
G=67.02%
B=7.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128150.6200.880.50102.4879.0228.04
Hex3080F3E05832664f1c
Octal60200177601306214611734
Binary110000100000001111111110010110001100101100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30800F; }

 p { color: rgb(48,128,15); }

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

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

 a { background-color: rgb(48,128,15); }

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

<style>
 span { border-color: #30800F; }

 span { border-color: rgb(48,128,15); }

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